EtlBox.OnSelectionChanged

Fore Syntax

Sub OnSelectionChanged(Sender: Object; Args: IEtlShapeChangedEventArgs);

Begin

//set of operators;

End Sub OnSelectionChanged;

Parameters

Sender. Parameter returning the component that generated the event.

Args. Parameter that enables the user to determine event parameters.

Description

The OnSelectionChanged event occurs on changing the selected object in the component working area.

Comments

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:

EtlBox