ClassRequestCurrentUserInfoEventArgs
Class
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
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
The current user object containing details about the user.