
Occurs when the Text Control has automatically expanded its size vertically. The event handler receives an argument of type EventArgs containing data related to this event.
Introduced: 11.0.
[C#]
public event EventHandler VExpanded;
[Visual Basic]
Public Event VExpanded As EventHandler