Fires when client-side EventUpdate event is notified to the server.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public event EventUpdateEventHandler EventUpdate |
Visual Basic |
---|
Public Event EventUpdate As EventUpdateEventHandler |
Visual C++ |
---|
public: event EventUpdateEventHandler^ EventUpdate { void add (EventUpdateEventHandler^ value); void remove (EventUpdateEventHandler^ value); } |