Share via


DTE2.Events Property

Gets a reference to the Events object.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
ReadOnly Property Events As Events
'Usage
Dim instance As DTE2 
Dim value As Events 

value = instance.Events
Events Events { get; }
property Events^ Events {
    Events^ get ();
}
function get Events () : Events

Property Value

Type: EnvDTE.Events
A Events object.

Implements

_DTE.Events

Remarks

The Events object gives you access to all events in the extensibility model.

Examples

Sub EventsExample()
  Dim findevt As FindEvents
  findevt = DTE2.Events.FindEvents
End Sub

.NET Framework Security

See Also

Reference

DTE2 Interface

DTE2 Members

Events Overload

EnvDTE80 Namespace