New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class RequestCurrentUserInfoEventArgs : EventArgs

Inheritance: objectEventArgsRequestCurrentUserInfoEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public RequestCurrentUserInfoEventArgs()

Properties

Gets the current user information associated with the event.

C#
public UserInfo CurrentUser { get; set; }
Property Value:

The current user object containing details about the user.

Gets or sets a value indicating whether the current event is handled.

C#
public bool Handled { get; set; }
Property Value:

True if the event is handled; otherwise, false.