Class RequestCurrentUserInfoEventArgs
Provides data for the RequestCurrentUserInfo event, which is triggered when the current user's information is requested.
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class RequestCurrentUserInfoEventArgs : EventArgs
Constructors
RequestCurrentUserInfoEventArgs()
Declaration
public RequestCurrentUserInfoEventArgs()
Properties
CurrentUser
Gets the current user information associated with the event.
Declaration
public UserInfo CurrentUser { get; set; }
Property Value
UserInfo
The current user object containing details about the user. |
Handled
Gets or sets a value indicating whether the current event is handled.
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
True if the event is handled; otherwise, false. |