DataObjectAddedEventArgs Class

Encapsulates event data for the ObjectAdded event.

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

Syntax

Public Class DataObjectAddedEventArgs _
    Inherits DataObjectEventArgs

Dim instance As DataObjectAddedEventArgs
public class DataObjectAddedEventArgs : DataObjectEventArgs
public ref class DataObjectAddedEventArgs : public DataObjectEventArgs
public class DataObjectAddedEventArgs extends DataObjectEventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Data.Services.DataObjectEventArgs
      Microsoft.VisualStudio.Data.Services.DataObjectAddedEventArgs

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

DataObjectAddedEventArgs Members

Microsoft.VisualStudio.Data.Services Namespace