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

Provides data for active document editor changed event.

Definition

Namespace:Telerik.WinForms.Documents.UI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class ActiveDocumentEditorChangedEventArgs : EventArgs

Inheritance: objectEventArgsActiveDocumentEditorChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the ActiveDocumentEditorChangedEventArgs class.

C#
public ActiveDocumentEditorChangedEventArgs(DocumentEditorType documentEditorType)
Parameters:documentEditorTypeDocumentEditorType

Type of the document editor.

Properties

Gets the type of the active document editor.

C#
public DocumentEditorType DocumentEditorType { get; }
Property Value:

The type of the active document editor.

C#
public RadRichTextBox NewActiveEditor { get; }
C#
public RadRichTextBox OldActiveEditor { get; }