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