Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / CalendarModeChangedEventHandler Delegate
The object where the event handler is attached.
The event data.


In This Topic
    CalendarModeChangedEventHandler Delegate
    In This Topic
    Represents the method that will handle the GcDropDownCalendar.DisplayModeChanged event of the GcDropDownCalendar.
    Syntax
    'Declaration
     
    Public Delegate Sub CalendarModeChangedEventHandler( _
       ByVal sender As Object, _
       ByVal e As CalendarModeChangedEventArgs _
    ) 
    'Usage
     
    Dim instance As New CalendarModeChangedEventHandler(AddressOf HandlerMethod)
    public delegate void CalendarModeChangedEventHandler( 
       object sender,
       CalendarModeChangedEventArgs e
    )

    Parameters

    sender
    The object where the event handler is attached.
    e
    The event data.
    See Also