Occurs when a new text frame has been created. It occurs if a text frame has been inserted in the document with the clipboard or if a file containing text frames has been loaded. It does not occur if an text frame has been added with the TextFrameCollection.Add method. The event handler receives an argument of type TextFrameEventArgs containing data related to this event.

Introduced: 12.0.

Syntax

public event TextFrameEventHandler TextFrameCreated;
Public Event TextFrameCreated As TextFrameEventHandler