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, TextControl.TextFrameSelected, TextControl.TextFrameDeselected, and TextControl.TextFrameSized events.

Syntax

public class TextFrameEventArgs: EventArgs
Public Class TextFrameEventArgs
  Inherits EventArgs

Introduced: 12.0.

Properties

Property Description
TextFrame Gets an object that represents the text frame which causes the event.