Class
ActiveDocumentEditorChangedEventArgs

Provides data for active document editor changed event.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.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.