IDimensionViewer.OnSelectionChanged

Syntax

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

Begin

//set of operators;

End Sub OnSelectionChanged;

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnSelectionChanged event occurs on changing the selection of the component element.

See also:

IDimensionViewer