IVsDataObjectChangeEvents.EventGroupEnded Event
Occurs when an event group has ended.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Event EventGroupEnded As EventHandler
event EventHandler EventGroupEnded
event EventHandler^ EventGroupEnded {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract EventGroupEnded : IEvent<EventHandler,
EventArgs>
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.