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 | |
---|---|---|
![]() |
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. |
![]() |
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 | |
---|---|---|
![]() |
Application | Read-only. Returns the instance of Microsoft Office Visio that is associated with an object. |
![]() |
Count | Returns the number of objects in a collection. Read-only. |
![]() |
Item | Returns an item from a collection. The Item property is the default property for all collections. Read-only. |
![]() |
ItemFromID | Returns an item of a collection using the ID of the item. Read-only. |
![]() |
ObjectType | Returns an object's type. Read-only. |