| C1.Web.Wijmo.Controls.C1AutoComplete Namespace > C1AutoComplete Class : OnClientSelect Property |
'Declaration<WidgetEventAttribute("ev, index")> <C1DescriptionAttribute(Key="C1AutoComplete.OnClientSelect", Description="The name of the function which will be called when an item is selected from the menu; ui.item refers to the selected item. The default action of select is to replace the text field's value with the value of the selected item. Canceling this event prevents the value from being updated, but does not prevent the menu from closing.")> <C1CategoryAttribute("Client-Side Events")> <LayoutAttribute(LayoutType.Behavior)> <WidgetOptionNameAttribute("select")> <System.ComponentModel.DefaultValueAttribute()> Public Property OnClientSelect As System.String
[WidgetEvent("ev, index")] [C1Description(Key="C1AutoComplete.OnClientSelect", Description="The name of the function which will be called when an item is selected from the menu; ui.item refers to the selected item. The default action of select is to replace the text field's value with the value of the selected item. Canceling this event prevents the value from being updated, but does not prevent the menu from closing.")] [C1Category("Client-Side Events")] [Layout(LayoutType.Behavior)] [WidgetOptionName("select")] [System.ComponentModel.DefaultValue()] public System.string OnClientSelect {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