NodesChangedEventArgs Class

Definition

Event arguments passed when a view provider changes its selected view.

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

Constructors

NodesChangedEventArgs(IList<INavigationContext>)

Initializes a new instance of the NodesChangedEventArgs class with the specified changed items.

Properties

ChangedNodes

Gets a list of nodes that have changed.

Applies to