Class ActiveDocumentEditorChangedEventArgs
Provides data for active document editor changed event.
Inheritance
System.Object
System.EventArgs
ActiveDocumentEditorChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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. |