Partager via


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.

See Also

Reference

DataExplorerNodeEventArgs Members

Microsoft.VisualStudio.Data.Services Namespace