Overview | Methods | This Package | All Packages
Assigns a delegate to the selectionChanged event.
Syntax
public void addOnSelectionChanged( EventHandler handler )
Parameters
handler
The EventHandler delegate to be notified when the event occurs.
Remarks
The selectionChanged event occurs when the user changes the components that are selected in the Forms Designer. You should keep processing during this event to a minimum to avoid decreasing the overall performance of the Forms Designer.
See Also removeOnSelectionChanged