SelectChange

Top  Previous  Next

 

SelectChange (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

Is the object that raises the event

e.LastSelectedHandle

Integer

Is the handle of the last selected object

 

Example