Occurs when the current selection is about to change.
Namespace: Ico.GwxAssembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public event EventHandler SelectionChanging |
Visual Basic |
---|
Public Event SelectionChanging As EventHandler |
JScript |
---|
|
Implements
ISelectionService..::..SelectionChangingRemarks
Minimize processing when handling this event, because processing that occurs within this event handler can significantly affect the overall performance of the form designer.