This event is fired using client-side .commandCallBack() function. Use it to refresh the control using fast callback.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public event CommandEventHandler Command |
Visual Basic |
---|
Public Event Command As CommandEventHandler |
Visual C++ |
---|
public: event CommandEventHandler^ Command { void add (CommandEventHandler^ value); void remove (CommandEventHandler^ value); } |