Occurs when an annotation is created.

Namespace: Dynamsoft.DotNet.TWAIN
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public event OnAnnotationCreatedHandler OnAnnotationCreated
Visual Basic
Public Event OnAnnotationCreated As OnAnnotationCreatedHandler
Visual C++
public:
 event OnAnnotationCreatedHandler^ OnAnnotationCreated {
	void add (OnAnnotationCreatedHandler^ value);
	void remove (OnAnnotationCreatedHandler^ value);
}

See Also