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