Event source: PostBack or CallBack.

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

Syntax

C#
public EventSource Source { get; internal set; }
Visual Basic
Public Property Source As EventSource
	Get
	Friend Set
Visual C++
public:
property EventSource Source {
	EventSource get ();
	internal: void set (EventSource value);
}

See Also