ClassActiveDocumentEditorChangedEventArgs
Class
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
Constructors
ActiveDocumentEditorChangedEventArgs(DocumentEditorType)
Initializes a new instance of the ActiveDocumentEditorChangedEventArgs class.
Declaration
cs-api-definition
public ActiveDocumentEditorChangedEventArgs(DocumentEditorType documentEditorType)
Parameters
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
The type of the active document editor.
NewActiveEditor
Declaration
cs-api-definition
public RadRichTextBox NewActiveEditor { get; }
Property Value
OldActiveEditor
Declaration
cs-api-definition
public RadRichTextBox OldActiveEditor { get; }
Property Value