Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements.ElementAddNotifyEventArgs Class / Element Property


In This Topic
    Element Property (Elements.ElementAddNotifyEventArgs)
    In This Topic
    Gets the element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Element As Object
    'Usage
     
    
    Dim instance As Elements.ElementAddNotifyEventArgs
    Dim value As Object
     
    value = instance.Element
    public object Element {get;}
    See Also