Class
ActiveDocumentEditorChangedEventArgs

Provides data for active document editor changed event.

Definition

Namespace:Telerik.WinForms.Documents.UI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class ActiveDocumentEditorChangedEventArgs : EventArgs

Inheritance: objectEventArgsActiveDocumentEditorChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

ActiveDocumentEditorChangedEventArgs(DocumentEditorType)

Initializes a new instance of the ActiveDocumentEditorChangedEventArgs class.

Declaration

cs-api-definition
public ActiveDocumentEditorChangedEventArgs(DocumentEditorType documentEditorType)

Parameters

documentEditorType

DocumentEditorType

Type of the document editor.

Properties

DocumentEditorType

Gets the type of the active document editor.

Declaration

cs-api-definition
public DocumentEditorType DocumentEditorType { get; }

Property Value

DocumentEditorType

The type of the active document editor.

NewActiveEditor

Declaration

cs-api-definition
public RadRichTextBox NewActiveEditor { get; }

Property Value

RadRichTextBox

OldActiveEditor

Declaration

cs-api-definition
public RadRichTextBox OldActiveEditor { get; }

Property Value

RadRichTextBox