Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements.ElementAddNotifyEventArgs Class / Elements.ElementAddNotifyEventArgs Constructor
Object element


In This Topic
    Elements.ElementAddNotifyEventArgs Constructor
    In This Topic
    Create a new instance of the Elements.ElementAddNotifyEventArgs
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal element As Object _
    )
    'Usage
     
    
    Dim element As Object
     
    Dim instance As New Elements.ElementAddNotifyEventArgs(element)
    public Elements.ElementAddNotifyEventArgs( 
       object element
    )

    Parameters

    element
    Object element
    See Also