DataExplorerNodeEventArgs Class

Definition

Encapsulates the event data for the following events: NodeInserted, NodeChanged, NodeRemoving, and NodeExpandedOrRefreshed.

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

Constructors

DataExplorerNodeEventArgs(IVsDataExplorerNode)

Initializes a new instance of the DataExplorerNodeEventArgs class with a data explorer node.

Properties

Node

Gets an object representing a node in the data explorer.

Applies to