| C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1EventsCalendar Class : OnClientBeforeDeleteCalendar Property |
'Declaration<WidgetEventAttribute("e, args")> <System.ComponentModel.DefaultValueAttribute()> <C1DescriptionAttribute(Key="C1EventsCalendar.OnClientBeforeDeleteCalendar", Description="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.")> <C1CategoryAttribute("Client-Side Events")> <WidgetOptionNameAttribute("beforeDeleteCalendar")> Public Property OnClientBeforeDeleteCalendar As System.String
[WidgetEvent("e, args")] [System.ComponentModel.DefaultValue()] [C1Description(Key="C1EventsCalendar.OnClientBeforeDeleteCalendar", Description="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.")] [C1Category("Client-Side Events")] [WidgetOptionName("beforeDeleteCalendar")] public System.string OnClientBeforeDeleteCalendar {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