An event arguments of TokenValidatingEventHandler
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class TokenValidatingEventArgs : EventArgs
Inheritance: objectEventArgsTokenValidatingEventArgs
Inherited Members
Constructors
Initializes a new instance of the TokenValidatingEventArgs class.
Initializes a new instance of the TokenValidatingEventArgs class.
Properties
Gets or sets a value indicating whether the text is valid token.
C#
public bool IsValidToken { get; set; }
true if the text is token; otherwise, false.