DataExplorerNodeEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides data for the NodeExpandedOrRefreshed, NodeInserted, NodeChanged and NodeRemoving events of data explorer connections.
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. |