Class that holds event arguments for DayPilotCalendar.BeforeCellRender event.

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

Syntax

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

Inheritance Hierarchy

System..::Object
  System..::EventArgs
    DayPilot.Web.Ui.Events..::BeforeCellRenderEventArgs

See Also