Share via


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
'Usage
Dim instance As IVsDataObjectChangeEvents 
Dim handler As EventHandler 

AddHandler instance.EventGroupEnded, handler
event EventHandler EventGroupEnded
event EventHandler^ EventGroupEnded {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

IVsDataObjectChangeEvents Interface

IVsDataObjectChangeEvents Members

Microsoft.VisualStudio.Data.Services Namespace