Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when a data object is added.
Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Event ObjectAdded As EventHandler(Of DataObjectAddedEventArgs)
event EventHandler<DataObjectAddedEventArgs> ObjectAdded
event EventHandler<DataObjectAddedEventArgs^>^ ObjectAdded {
    void add (EventHandler<DataObjectAddedEventArgs^>^ value);
    void remove (EventHandler<DataObjectAddedEventArgs^>^ value);
}
abstract ObjectAdded : IEvent<EventHandler<DataObjectAddedEventArgs>,
    DataObjectAddedEventArgs>
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.