SimpleShape.ClientSizeChanged Event
Visual Studio 2012
Occurs when the ClientSize property of a shape is changed.
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
This event is raised if the ClientSize property is changed by either a programmatic modification or user interaction.
For more information about how to handle events, see Consuming Events.
The following example shows how to respond to the ClientSizeChanged event in an event handler. This example requires that you have a RectangleShape control named RectangleShape1 on a form.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.