Occurs when the text in an annotation is changed.

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

Syntax

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

See Also