C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventsCalendar Class / OnClientBeforeDeleteEvent Property

In This Topic
OnClientBeforeDeleteEvent Property
In This Topic
Occurs before the delete action. Return false or call event.preventDefault() in order to cancel event and prevent the delete action. args.data - the event object that should be deleted.
Syntax
'Declaration
 
Public Property OnClientBeforeDeleteEvent As System.String
 
See Also