TokenValidatingEventHandler
Delegate
Represents the method that handles validation of tokens in RadAutoCompleteBoxElement
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public delegate void TokenValidatingEventHandler(object sender, TokenValidatingEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, TokenValidatingEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, TokenValidatingEventArgs e)