GotAggregateFocus Event

Namespace:  Microsoft.VisualStudio.Data.Tools.Delta.VSDelta
Assembly:  Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)

Syntax

'Declaration
Public Event GotAggregateFocus As EventHandler(Of EventArgs)
'Usage
Dim instance As DiffViewerCodeWindow
Dim handler As EventHandler(Of EventArgs)

AddHandler instance.GotAggregateFocus, handler
public event EventHandler<EventArgs> GotAggregateFocus
public:
 event EventHandler<EventArgs^>^ GotAggregateFocus {
    void add (EventHandler<EventArgs^>^ value);
    void remove (EventHandler<EventArgs^>^ value);
}
member GotAggregateFocus : IEvent<EventHandler<EventArgs>,
    EventArgs>
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

DiffViewerCodeWindow Class

Microsoft.VisualStudio.Data.Tools.Delta.VSDelta Namespace