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)

Parameters

sender
e
See Also