Class that holds event arguments for DayPilotCalendar.TimeRangeSelected event.

Namespace:  DayPilot.Web.Ui.Events
Assembly:  DayPilot (in DayPilot.dll)
Version: 5.0.1547.0 (5.0.1547.0)

Syntax

C#
public class TimeRangeDoubleClickEventArgs : DayPilotEventArgs
Visual Basic (Declaration)
Public Class TimeRangeDoubleClickEventArgs _
	Inherits DayPilotEventArgs
Visual C++
public ref class TimeRangeDoubleClickEventArgs : public DayPilotEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    DayPilot.Web.Ui.Events..::.DayPilotEventArgs
      DayPilot.Web.Ui.Events..::.TimeRangeDoubleClickEventArgs

See Also