Sub OnSelectionChanged(Sender: Object; Args: IEtlShapeChangedEventArgs);
Begin
//set of operators;
End Sub OnSelectionChanged;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnSelectionChanged event occurs on changing the selected object in the component working area.
The event is generated both for the object that was selected and for the object that was deselected. If several objects are selected, the event will be generated for each one. The event occurs if the IEtlBox.ActiveTool property is set to any value, except for WxTool.Hand and WxTool.ReadOnly.
See also: