Share via


DataViewNodeEventArgs Class

Encapsulates event data for various events that are raised for nodes in Server Explorer when some of their properties change.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Public Class DataViewNodeEventArgs _
    Inherits EventArgs
'Usage
Dim instance As DataViewNodeEventArgs
public class DataViewNodeEventArgs : EventArgs
public ref class DataViewNodeEventArgs : public EventArgs
public class DataViewNodeEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Data.Services.SupportEntities.DataViewNodeEventArgs

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

DataViewNodeEventArgs Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace