SelectChange
EventSelectChange (Event)
This event occurs when a new selection or unselection is done and returns the handle of the last selected object
Syntax:
Private Sub object_SelectChange(Sender As System.Object, e As SelectChangeEventArgs)
The SelectChange event syntax has the following parts:
Argument |
Data Type |
Description |
Sender |
System.Object |
The object that raises the event |
e.LastSelectedHandle |
Integer |
The handle of the last selected object |