Occurs when the current selection changes.

Namespace: Ico.Gwx
Assembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public event EventHandler SelectionChanged
Visual Basic
Public Event SelectionChanged As EventHandler
JScript
JScript does not support events.

Implements

ISelectionService..::..SelectionChanged

Remarks

Minimize processing when handling this event, because processing that occurs within this event handler can significantly affect the overall performance of the form designer.

See Also