Class
RequestCurrentUserInfoEventArgs

Provides data for the RequestCurrentUserInfo event, which is triggered when the current user's information is requested.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class RequestCurrentUserInfoEventArgs : EventArgs

Inheritance: objectEventArgsRequestCurrentUserInfoEventArgs

Inherited Members EventArgs.Empty

Constructors

RequestCurrentUserInfoEventArgs()

Declaration

cs-api-definition
public RequestCurrentUserInfoEventArgs()

Properties

CurrentUser

Gets the current user information associated with the event.

Declaration

cs-api-definition
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

cs-api-definition
public bool Handled { get; set; }

Property Value

bool

True if the event is handled; otherwise, false.