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 deleted.
Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Event ObjectDeleted As EventHandler(Of DataObjectDeletedEventArgs)
event EventHandler<DataObjectDeletedEventArgs> ObjectDeleted
event EventHandler<DataObjectDeletedEventArgs^>^ ObjectDeleted {
    void add (EventHandler<DataObjectDeletedEventArgs^>^ value);
    void remove (EventHandler<DataObjectDeletedEventArgs^>^ value);
}
abstract ObjectDeleted : IEvent<EventHandler<DataObjectDeletedEventArgs>,
    DataObjectDeletedEventArgs>
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.