Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ClickDateEventHandler Delegate


In This Topic
    ClickDateEventHandler Delegate
    In This Topic
    Represents the method that handles the DropDownCalendar.ClickDate event of the DropDownCalendar.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ClickDateEventHandler( _
       ByVal sender As Object, _
       ByVal e As ClickDateEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New ClickDateEventHandler(AddressOf HandlerMethod)
    public delegate void ClickDateEventHandler( 
       object sender,
       ClickDateEventArgs e
    )

    Parameters

    sender
    e
    See Also