DataRecordset.EventList property (Visio)

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

Note

This Visio object or member is available only to licensed users of Visio Professional 2013.

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.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.