Delegate TokenValidatingEventHandler
Represents the method that handles validation of tokens in Rad
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void TokenValidatingEventHandler(object sender, TokenValidatingEventArgs e);
Parameters
System. The sender. |
Token The Token |
Constructors
TokenValidatingEventHandler(Object, IntPtr)
Declaration
public TokenValidatingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, TokenValidatingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, TokenValidatingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Token
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, TokenValidatingEventArgs)
Declaration
public virtual void Invoke(object sender, TokenValidatingEventArgs e)
Parameters
System.
|
Token
|