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

In This Topic
OnClientBeforeSaveCalendar Property
In This Topic
Occurs before the save calendar action. Return false or call event.preventDefault() in order to cancel event and prevent the save action. args.data - the new calendar data that should be saved to a data source. args.prevData - previous calendar data, this argument is empty for a new calendar.
Syntax
'Declaration
 
Public Property OnClientBeforeSaveCalendar As System.String
 
See Also