Evento IVsDataObjectChangeEvents.EventGroupEnded
Ocorre quando um grupo de evento terminar.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)
Sintaxe
'Declaração
Event EventGroupEnded As EventHandler
event EventHandler EventGroupEnded
event EventHandler^ EventGroupEnded {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
abstract EventGroupEnded : IEvent<EventHandler,
EventArgs>
JScript não oferece suporte a eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.