Occurs when one or more annotations is deselected.
Namespace: Dynamsoft.DotNet.TWAINAssembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# |
|---|
public event OnAnnotationDeselectedHandler OnAnnotationDeselected |
| Visual Basic |
|---|
Public Event OnAnnotationDeselected As OnAnnotationDeselectedHandler |
| Visual C++ |
|---|
public: event OnAnnotationDeselectedHandler^ OnAnnotationDeselected { void add (OnAnnotationDeselectedHandler^ value); void remove (OnAnnotationDeselectedHandler^ value); } |