DataExplorerNodeEventArgs Class
Encapsulates the event data for the following events: NodeInserted, NodeChanged, NodeRemoving, and NodeExpandedOrRefreshed.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
Public Class DataExplorerNodeEventArgs _
Inherits EventArgs
'使用
Dim instance As DataExplorerNodeEventArgs
public class DataExplorerNodeEventArgs : EventArgs
public ref class DataExplorerNodeEventArgs : public EventArgs
public class DataExplorerNodeEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.Data.Services.DataExplorerNodeEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.