This event is fired when the user clicks on a delete "X" button in the upper-right corner of an event.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public event EventDeleteEventHandler EventDelete |
Visual Basic |
---|
Public Event EventDelete As EventDeleteEventHandler |
Visual C++ |
---|
public: event EventDeleteEventHandler^ EventDelete { void add (EventDeleteEventHandler^ value); void remove (EventDeleteEventHandler^ value); } |
Remarks
In the custom event handler you should decide whether the action is allowed. If so, update the persistent data storage (such as a database), call DataBind(). If this event is called using a CallBack, call Update() to redraw the events.