Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / ElementAddNotify Event


In This Topic
    ElementAddNotify Event (Elements)
    In This Topic
    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