ClassTokenValidatingEventArgs
Class
An event arguments of TokenValidatingEventHandler
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TokenValidatingEventArgs : EventArgs
Inheritance: objectEventArgsTokenValidatingEventArgs
Inherited Members
Constructors
TokenValidatingEventArgs(string)
Initializes a new instance of the TokenValidatingEventArgs class.
Declaration
cs-api-definition
public TokenValidatingEventArgs(string text)
Parameters
text
The text.
TokenValidatingEventArgs(string, bool)
Initializes a new instance of the TokenValidatingEventArgs class.
Properties
IsValidToken
Gets or sets a value indicating whether the text is valid token.
Declaration
cs-api-definition
public bool IsValidToken { get; set; }
Property Value
true if the text is token; otherwise, false.