Class ActiveDocumentEditorChangedEventArgs
Provides data for active document editor changed event.
Inheritance
System.Object
ActiveDocumentEditorChangedEventArgs
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ActiveDocumentEditorChangedEventArgs : EventArgs
Constructors
ActiveDocumentEditorChangedEventArgs(DocumentEditorType)
Initializes a new instance of the ActiveDocumentEditorChangedEventArgs class.
Declaration
public ActiveDocumentEditorChangedEventArgs(DocumentEditorType documentEditorType)
Parameters
DocumentEditorType
documentEditorType
Type of the document editor. |
Properties
DocumentEditorType
Gets the type of the active document editor.
Declaration
public DocumentEditorType DocumentEditorType { get; }
Property Value
DocumentEditorType
The type of the active document editor. |