EventList Object Members

Visio Automation Reference

Includes an Event object for each event to which an object should respond. The object that possesses the EventList is sometimes called the source object.

Methods

  Name Description
Aa342246.methods(en-us,office.12).gif Add Adds an Event object that runs an add-on when an event occurs. The Event object is added to the EventList collection of the source object whose events you want to receive.
Aa342246.methods(en-us,office.12).gif AddAdvise Adds an Event object to the EventList collection of the source object whose events you want to receive. When selected events occur, the source object notifies your sink object.

Properties

  Name Description
Aa342246.properties(en-us,office.12).gif Application Read-only. Returns the instance of Microsoft Office Visio that is associated with an object.
Aa342246.properties(en-us,office.12).gif Count Returns the number of objects in a collection. Read-only.
Aa342246.properties(en-us,office.12).gif Item Returns an item from a collection. The Item property is the default property for all collections. Read-only.
Aa342246.properties(en-us,office.12).gif ItemFromID Returns an item of a collection using the ID of the item. Read-only.
Aa342246.properties(en-us,office.12).gif ObjectType Returns an object's type. Read-only.