NewUserItems

Top  Previous  Next

 

NewUserItems (Event)

 

The event returns with the handles of the new objects that have been created with the use of the property 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

Is the object that raises the event

e.NewHandles()

Integer

An array of Integers for the handles of the new objects

 

Example