Occurs after the component’s size is changed.
Declaration
OnResize(Sender)
Parameters
Sender | [in] | Required | Variant |
Applies To
The event applies to the following components:
Description
The OnResize
event occurs immediately after the size of the component is changed. You can create an event handler for this event to perform specific actions after the component is resized.
To determine the new size of the component, use the Height
and Width
properties.
Parameters
The event has the following parameter:
Sender
A user form component that was resized.
See Also
Handling Events in User Forms
AutoSize Property
Height Property
Width Property