EditorViewChangedEventArgs Class
Provides arguments for IEditorView change events.
public class EditorViewChangedEventArgs : PropertyChangedRoutedEventArgs<IEditorView>
- Inheritance:
- Object EventArgs RoutedEventArgs PropertyChangedRoutedEventArgs<IEditorView> Object
Constructors
EditorViewChangedEventArgs(IEditorView, IEditorView)
Initializes a new instance of the EditorViewChangedEventArgs
class.
public EditorViewChangedEventArgs(IEditorView oldValue, IEditorView newValue)
Parameter | Type | Description |
---|---|---|
oldValue | IEditorView | The previous value of the property being tracked as reported by an event. |
newValue | IEditorView | The new value of the property being tracked as reported by an event. |