Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / DropDownEventHandler Delegate


In This Topic
    DropDownEventHandler Delegate
    In This Topic
    Represents a defined 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