Class
TokenValidatingEventArgs

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 EventArgs.Empty

Constructors

TokenValidatingEventArgs(string)

Initializes a new instance of the TokenValidatingEventArgs class.

Declaration

cs-api-definition
public TokenValidatingEventArgs(string text)

Parameters

text

string

The text.

TokenValidatingEventArgs(string, bool)

Initializes a new instance of the TokenValidatingEventArgs class.

Declaration

cs-api-definition
public TokenValidatingEventArgs(string text, bool isValidToken)

Parameters

text

string

The text.

isValidToken

bool

if set to true [is valid token].

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

bool

true if the text is token; otherwise, false.

Text

Gets the text of the token.

Declaration

cs-api-definition
public string Text { get; }

Property Value

string