FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObjects Class / ElementAddNotify Event


ElementAddNotify Event (PSObjects)
Occurs when an element is added.
Syntax
'Declaration
 
Public Event ElementAddNotify As Elements.ElementAddNotifyEventHandler
 
'Usage
 
Dim instance As PSObjects
Dim handler As Elements.ElementAddNotifyEventHandler
 
AddHandler instance.ElementAddNotify, handler
Event Data

The event handler receives an argument of type Elements.ElementAddNotifyEventArgs containing data related to this event. The following Elements.ElementAddNotifyEventArgs properties provide information specific to this event.

PropertyDescription
Gets the element.  
See Also