Events Object
Description
Supplies properties that enable add-ins to connect to all events in Visual Basic for Applications.
Remarks
The Events object provides properties that return event source objects. Use the properties to return event source objects that notify you of changes in the Visual Basic for Applications environment.
The properties of the Events object return objects of the same type as the property name. For example, the CommandBarEvents property returns the CommandBarEvents object.
Properties
CommandBarEvents property, ReferencesEvents property.
See Also
Click event, CommandBarEvents object, ReferencesEvents object.