Overview | Methods | Fields | This Package | All Packages
OverviewMethodsFieldsThis PackageAll Packages
Control.addOnResize
Assigns a delegate to the resize event.
Syntax
public final void addOnResize( EventHandler value )
Parameters
value
The EventHandler delegate to be notified when the event occurs.
Remarks
Passing an event handler as a parameter to this method is equivalent to setting the resize event to that method in the Properties window. The resize event occurs when the control is resized. This event can be triggered from the base control constructor.
See Also removeOnResize