Event.TargetArgs property (Visio)
Gets or sets the arguments to be sent to the target of an event. Read/write.
Syntax
expression. TargetArgs
expression A variable that represents an Event object.
Return value
String
Remarks
An event consists of an event-action pair. When the event occurs, the action is performed. An event also specifies the target of the action and arguments to send to the target.
When you use visActCodeRunAddon, the TargetArgs property contains the arguments to send to the add-on when it is run.
When you use visActCodeAdvise, the TargetArgs property contains the string specified with the AddAdvise method when the Event object was created. When the program receives notification of the event, it can get the Event object and its TargetArgs property to obtain the string.
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.