In This Article

EditorDocumentChangedEventArgs Class

Provides arguments for IEditorDocument change events.

public class EditorDocumentChangedEventArgs : PropertyChangedEventArgs<IEditorDocument>
Inheritance:
object EventArgs PropertyChangedEventArgs<IEditorDocument> object

Constructors

EditorDocumentChangedEventArgs(IEditorDocument, IEditorDocument)

Initializes a new instance of the EditorDocumentChangedEventArgs class.

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