Spread Windows Forms 12.0 Product Documentation
ElementAddNotify Event


FarPoint.Win Assembly > FarPoint.Win Namespace > Elements Class : ElementAddNotify Event
Occurs when an element is added.
Syntax
'Declaration
 
Public Event ElementAddNotify As Elements.ElementAddNotifyEventHandler
'Usage
 
Dim instance As Elements
Dim handler As Elements.ElementAddNotifyEventHandler
 
AddHandler instance.ElementAddNotify, handler
public event Elements.ElementAddNotifyEventHandler ElementAddNotify
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