Class UserAuthenticationRequestEventArgs
Inheritance
System.Object
UserAuthenticationRequestEventArgs
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class UserAuthenticationRequestEventArgs : EventArgs
Constructors
UserAuthenticationRequestEventArgs(PermissionRangeInfo)
Declaration
public UserAuthenticationRequestEventArgs(PermissionRangeInfo permissionInfo)
Parameters
PermissionRangeInfo
permissionInfo
|
Properties
IsAuthenticated
Declaration
public bool IsAuthenticated { get; set; }
Property Value
System.Boolean
|