Spread Windows Forms 12.0 Product Documentation
ClickDateEventHandler Delegate


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : ClickDateEventHandler Delegate
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

Reference

ClickDateEventHandler Members
GrapeCity.Win.Spread.InputMan.CellType Namespace