| C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1EventsCalendar Class : OnClientBeforeSaveCalendar Property |
'Declaration<C1DescriptionAttribute(Key="C1EventsCalendar.OnClientBeforeSaveCalendar", Description="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.")> <System.ComponentModel.DefaultValueAttribute()> <C1CategoryAttribute("Client-Side Events")> <WidgetEventAttribute("e, args")> <WidgetOptionNameAttribute("beforeSaveCalendar")> Public Property OnClientBeforeSaveCalendar As System.String
[C1Description(Key="C1EventsCalendar.OnClientBeforeSaveCalendar", Description="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.")] [System.ComponentModel.DefaultValue()] [C1Category("Client-Side Events")] [WidgetEvent("e, args")] [WidgetOptionName("beforeSaveCalendar")] public System.string OnClientBeforeSaveCalendar {get; set;}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2