DataRecordset.EventList Property

Visio Automation Reference

Returns the EventList collection of the DataRecordset object. Read-only.

ms425734.vs_note(en-us,office.12).gif  Note
This Visio object or member is available only to licensed users of Microsoft Office Visio Professional 2007.

Version Information
 Version Added:  Visio 2007

Syntax

expression.EventList

expression   An expression that returns a DataRecordset object.

Return Value
EventList

Remarks

Once you retrieve the EventList collection, to receive a notification when one of the events in that collection fires, you can pass the ID of the Event object that represents that event to the EventList.AddAdvise method as its EventCode parameter.

See Also