Class RequestCurrentUserInfoEventArgs
Inheritance
System.Object
System.EventArgs
RequestCurrentUserInfoEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class RequestCurrentUserInfoEventArgs : EventArgs
Constructors
RequestCurrentUserInfoEventArgs()
Declaration
public RequestCurrentUserInfoEventArgs()
Properties
CurrentUser
Handled
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|