| C1.Web.Wijmo.Controls.C1AutoComplete Namespace > C1AutoComplete Class : OnClientSearch Property |
'Declaration<C1DescriptionAttribute(Key="C1AutoComplete.OnClientSearch", Description="The name of the function which will be called Before a request (source-option) is started, after minLength and delay are met. Can be canceled (return false), then no request will be started and no items suggested.")> <LayoutAttribute(LayoutType.Behavior)> <C1CategoryAttribute("Client-Side Events")> <WidgetEventAttribute("ev, index")> <WidgetOptionNameAttribute("search")> <System.ComponentModel.DefaultValueAttribute()> Public Property OnClientSearch As System.String
[C1Description(Key="C1AutoComplete.OnClientSearch", Description="The name of the function which will be called Before a request (source-option) is started, after minLength and delay are met. Can be canceled (return false), then no request will be started and no items suggested.")] [Layout(LayoutType.Behavior)] [C1Category("Client-Side Events")] [WidgetEvent("ev, index")] [WidgetOptionName("search")] [System.ComponentModel.DefaultValue()] public System.string OnClientSearch {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