Class
RequestCurrentUserInfoEventArgs

Definition

Namespace:Telerik.WinForms.Documents.Model

Assembly:Telerik.WinControls.RichTextEditor.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

Declaration

cs-api-definition
public UserInfo CurrentUser { get; set; }

Property Value

UserInfo

Handled

Declaration

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

Property Value

bool