Holds ResourceHeaderClick event arguments.

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

Syntax

C#
public class RowCreateEventArgs : DayPilotEventArgs
Visual Basic
Public Class RowCreateEventArgs _
	Inherits DayPilotEventArgs
Visual C++
public ref class RowCreateEventArgs : public DayPilotEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    DayPilot.Web.Ui.Events..::..DayPilotEventArgs
      DayPilot.Web.Ui.Events.Gantt..::..RowCreateEventArgs

See Also