Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / ClickDate Event


In This Topic
    ClickDate Event
    In This Topic
    Occurs when the date is clicked.
    Syntax
    'Declaration
     
    
    Public Event ClickDate As ClickDateEventHandler
    'Usage
     
    
    Dim instance As DropDownCalendar
    Dim handler As ClickDateEventHandler
     
    AddHandler instance.ClickDate, handler
    public event ClickDateEventHandler ClickDate
    Event Data

    The event handler receives an argument of type ClickDateEventArgs containing data related to this event. The following ClickDateEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the clicked date.  
    Remarks
    This event is raised if a date area is clicked.
    See Also