In This Article

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.

Inherited Members