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

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