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

Namespace:  DayPilot.Web.Ui.Events
Assembly:  DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.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