In This Article

EditorDocumentChangedEventArgs Class

Provides arguments for IEditorDocument change events.

public class EditorDocumentChangedEventArgs : PropertyChangedRoutedEventArgs<IEditorDocument?>
Inheritance:
object EventArgs RoutedEventArgs PropertyChangedRoutedEventArgs<IEditorDocument> object

Constructors

EditorDocumentChangedEventArgs(IEditorDocument?, IEditorDocument?)

Provides arguments for IEditorDocument change events.

public EditorDocumentChangedEventArgs(IEditorDocument? oldValue, IEditorDocument? newValue)
Parameter Type Description
oldValue IEditorDocument

The previous value of the property being tracked as reported by an event.

newValue IEditorDocument

The new value of the property being tracked as reported by an event.

Inherited Members

Extension Methods