'Declaration Public Event TextBoxClosing As EventHandler(Of TextObjectTextBoxTransformerEventArgs)
public event EventHandler<TextObjectTextBoxTransformerEventArgs> TextBoxClosing
public: __event EventHandler<TextObjectTextBoxTransformerEventArgs*>* TextBoxClosing
public: event EventHandler<TextObjectTextBoxTransformerEventArgs^>^ TextBoxClosing
Event Data
The event handler receives an argument of type TextObjectTextBoxTransformerEventArgs containing data related to this event. The following TextObjectTextBoxTransformerEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CanCancel | Gets a value indicating whether the action can be canceled. |
Cancel | Gets or sets a value indicating whether the action must be canceled. |
TextBox | Gets the System.Windows.Forms.RichTextBox of text annotation. |
TextObject | Gets the text object. |
Viewer | Gets the image viewer. |
Requirements
Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows XP, Windows Server 2012, Windows Server 2008, Windows Server 2003
See Also