NewUserItems
EventNewUserItems (Event)
This event returns the handles of new objects created by the Command
Syntax:
Private Sub object_NewUserItems(Sender As System.Object, e As NewUserItemsEventArgs)
The NewUserItems event syntax has the following parts:
Argument |
Data Type |
Description |
Sender |
System.Object |
The object that raises the event |
e.NewHandles() |
Integer |
An array of integer handles of the new objects |