Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements.ElementDeletingNotifyEventArgs Class / Element Property


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