EditorDocumentChangedEventArgs Class
Provides arguments for IEditorDocument change events.
public class EditorDocumentChangedEventArgs : PropertyChangedRoutedEventArgs<IEditorDocument>
- Inheritance:
- Object EventArgs RoutedEventArgs PropertyChangedRoutedEventArgs<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
- PropertyChangedRoutedEventArgs<IEditorDocument>.NewValue
- PropertyChangedRoutedEventArgs<IEditorDocument>.OldValue
- EventArgs.Empty
- Object.ToString()
- Object.Equals(Object)
- Object.Equals(Object, Object)
- Object.ReferenceEquals(Object, Object)
- Object.GetHashCode()
- Object.GetType()
- Object.MemberwiseClone()