
The TextFrameEventArgs class provides data for all events that occur with text frames. These are the TextControl.TextFrameActivated, TextControl.TextFrameDeactivated, TextControl.TextFrameCreated, TextControl.TextFrameDeleted, TextControl.TextFrameClicked,TextControl.TextFrameDoubleClicked, TextControl.TextFrameRightClicked, TextControl.TextFrameMoved, and TextControl.TextFrameSized events.
Introduced: 12.0.
[C#]
public class TextFrameEventArgs: EventArgs
[Visual Basic]
Public Class TextFrameEventArgs
Inherits EventArgs
| Property | Description | |
| TextFrame | Gets an object that represents the text frame which causes the event. |