Gets or sets the method to be called after calendar is popup.
Namespace:
C1.Web.UI.Controls.C1CalendarAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1ClientHandlerUITypeEditor, C1.Web.UI.Design.2", typeof(UITypeEditor))] [C1CategoryAttribute("Category.ClientSideEvents")] [JsonAttribute(true, true, "")] [DefaultValueAttribute("")] [NotifyParentPropertyAttribute(true)] public string ClientOnAfterPopup { get; set; } |
Visual Basic |
---|
<EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1ClientHandlerUITypeEditor, C1.Web.UI.Design.2", _ GetType(UITypeEditor))> _ <C1CategoryAttribute("Category.ClientSideEvents")> _ <JsonAttribute(True, True, "")> _ <DefaultValueAttribute("")> _ <NotifyParentPropertyAttribute(True)> _ Public Property ClientOnAfterPopup As String Get Set |