ClassActiveDocumentEditorChangedEventArgs
Class
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
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.