ViewChangedEventArgs Class

Definition

Represents event arguments that are passed when a view provider changes the selected view.

public ref class ViewChangedEventArgs : EventArgs
public class ViewChangedEventArgs : EventArgs
type ViewChangedEventArgs = class
    inherit EventArgs
Public Class ViewChangedEventArgs
Inherits EventArgs
Inheritance
ViewChangedEventArgs

Constructors

ViewChangedEventArgs(IViewType, IViewType)

Initializes a new instance of the ViewChangedEventArgs class with the specified view settings.

Properties

NewView

Gets the view that is currently selected.

OriginalView

Gets the view that was originally selected.

Applies to