Occurs when an annotation is moved..
Namespace: Dynamsoft.DotNet.TWAINAssembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# |
|---|
public event OnAnnotationMovedHandler OnAnnotationMoved |
| Visual Basic |
|---|
Public Event OnAnnotationMoved As OnAnnotationMovedHandler |
| Visual C++ |
|---|
public: event OnAnnotationMovedHandler^ OnAnnotationMoved { void add (OnAnnotationMovedHandler^ value); void remove (OnAnnotationMovedHandler^ value); } |