Base EventArgs that allow to specify event source (PostBack or CallBack).

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

Syntax

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

Inheritance Hierarchy

See Also