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

In This Topic
OnClientBeforeAddEvent Property
In This Topic
Occurs before the add 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 added to a data source.
Syntax
'Declaration
 
Public Property OnClientBeforeAddEvent As System.String
 
See Also