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

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