Spread Windows Forms 13.0 Product Documentation
FarPoint.Win Assembly / FarPoint.Win Namespace / DropDownEventHandler Delegate


In This Topic
    DropDownEventHandler Delegate
    In This Topic
    Represents the method that handles the DropDown Event.
    Syntax
    'Declaration
     
    Public Delegate Sub DropDownEventHandler( _
       ByVal sender As Object, _
       ByVal e As DropDownEventArgs _
    ) 
    'Usage
     
    Dim instance As New DropDownEventHandler(AddressOf HandlerMethod)
    public delegate void DropDownEventHandler( 
       object sender,
       DropDownEventArgs e
    )

    Parameters

    sender
    e
    See Also