Assigns a delegate to the selectionChanged event.
public void addOnSelectionChanged( EventHandler handler )
handler
The EventHandler delegate to be notified when the event occurs.
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