This event is fired using client-side .commandCallBack() function. Use it to refresh the control using fast callback.

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

Syntax

C#
public event CommandEventHandler Command
Visual Basic (Declaration)
Public Event Command As CommandEventHandler
Visual C++
public:
 event CommandEventHandler^ Command {
	void add (CommandEventHandler^ value);
	void remove (CommandEventHandler^ value);
}

See Also