Event Object Members

Visio Automation Reference

A member of the EventList collection of a source object such as a Document. An event encapsulates an event code.

Methods

  Name Description
Aa342245.methods(en-us,office.12).gif Delete Deletes an object.
Aa342245.methods(en-us,office.12).gif GetFilterActions Returns an array of the filter actions set for the Event object.
Aa342245.methods(en-us,office.12).gif GetFilterCommands Returns an array of command ranges and a True or False value indicating how to filter events for that command range.
Aa342245.methods(en-us,office.12).gif GetFilterObjects Returns an array of object types and a True or False value indicating how to filter events for that object.
Aa342245.methods(en-us,office.12).gif GetFilterSRC Returns an array of cell ranges and a True or False value indicating whether you are filtering events for that range.
Aa342245.methods(en-us,office.12).gif SetFilterActions Specifies the extensions to the MouseMove event that Visio reports.
Aa342245.methods(en-us,office.12).gif SetFilterCommands Specifies an array of command ranges and a True or False value indicating how to filter events for each command range.
Aa342245.methods(en-us,office.12).gif SetFilterObjects Specifies an array of object types and a True or False value indicating how to filter events for each object.
Aa342245.methods(en-us,office.12).gif SetFilterSRC Specifies an array of cell ranges and a True or False value indicating how to filter events for each cell range.
Aa342245.methods(en-us,office.12).gif Trigger Causes an event's action to be performed.

Properties

  Name Description
Aa342245.properties(en-us,office.12).gif Action Gets or sets the action code of an Event object. Read/write.
Aa342245.properties(en-us,office.12).gif Application Read-only. Returns the instance of Microsoft Office Visio that is associated with an object.
Aa342245.properties(en-us,office.12).gif Enabled Determines whether or not an object is currently enabled. Read/write.
Aa342245.properties(en-us,office.12).gif Event Gets or sets the event code of an Event object—an event-action pair. When the event occurs, the action is performed. Read/write.
Aa342245.properties(en-us,office.12).gif EventList Returns the EventList collection of an object or the EventList collection that contains an Event object. Read-only.
Aa342245.properties(en-us,office.12).gif ID Gets the ID of an object. Read-only.
Aa342245.properties(en-us,office.12).gif Index Gets the ordinal position of an Event object in the EventList collection. Read-only.
Aa342245.properties(en-us,office.12).gif ObjectType Returns an object's type. Read-only.
Aa342245.properties(en-us,office.12).gif Persistable Determines whether an event can potentially persist within its document. Read-only.
Aa342245.properties(en-us,office.12).gif Persistent Determines whether or not an event persists with its document. Read/write.
Aa342245.properties(en-us,office.12).gif Target Gets or sets the target of an event. Read/write.
Aa342245.properties(en-us,office.12).gif TargetArgs Gets or sets the arguments to be sent to the target of an event. Read/write.