Fires on the client side when the C1ToolTip is shown.
Namespace:
C1.Web.UI.Controls.C1ToolTipAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[JsonAttribute(true, true, "")] [BindableAttribute(false)] [DefaultValueAttribute("")] [EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1ClientHandlerUITypeEditor, C1.Web.UI.Design.3", typeof(UITypeEditor))] [ClientSideHandlerArgsAttribute("args")] [C1CategoryAttribute("Category.ClientSideEvents")] [LayoutAttribute(LayoutType.Behavior)] public string OnClientShow { get; set; } |
Visual Basic (Declaration) |
---|
<JsonAttribute(True, True, "")> _ <BindableAttribute(False)> _ <DefaultValueAttribute("")> _ <EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1ClientHandlerUITypeEditor, C1.Web.UI.Design.3", _ GetType(UITypeEditor))> _ <ClientSideHandlerArgsAttribute("args")> _ <C1CategoryAttribute("Category.ClientSideEvents")> _ <LayoutAttribute(LayoutType.Behavior)> _ Public Property OnClientShow As String Get Set |