Occurs when a text frame loses the current text input position and another part of the document such as a header, a footer or the main text gets it. The event handler receives an argument of type TextFrameEventArgs containing data related to this event.

Introduced: 12.0.

Syntax

public event TextFrameEventHandler TextFrameDeactivated;
Public Event TextFrameDeactivated As TextFrameEventHandler