Gets or sets the name of the client-side function which will be executed when error happens.
Namespace:
C1.Web.UI.Controls.C1UploadAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[C1CategoryAttribute("Category.ClientSideEvents")] [EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1ClientHandlerUITypeEditor, C1.Web.UI.Design.3", typeof(UITypeEditor))] [LayoutAttribute(LayoutType.Behavior)] [DefaultValueAttribute("")] [JsonAttribute(true, true, "")] public string OnClientError { get; set; } |
Visual Basic (Declaration) |
---|
<C1CategoryAttribute("Category.ClientSideEvents")> _ <EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1ClientHandlerUITypeEditor, C1.Web.UI.Design.3", _ GetType(UITypeEditor))> _ <LayoutAttribute(LayoutType.Behavior)> _ <DefaultValueAttribute("")> _ <JsonAttribute(True, True, "")> _ Public Property OnClientError As String Get Set |