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
Constructors
Initializes a new instance of the ActiveDocumentEditorChangedEventArgs class.
C#
public ActiveDocumentEditorChangedEventArgs(DocumentEditorType documentEditorType)
Type of the document editor.
Properties
Gets the type of the active document editor.
C#
public DocumentEditorType DocumentEditorType { get; }
The type of the active document editor.
C#
public RadRichTextBox NewActiveEditor { get; }
C#
public RadRichTextBox OldActiveEditor { get; }