TargetArgs Property [Visio 2003 SDK Documentation]

Gets or sets the arguments to be sent to the target of an event.

strRet = object**.TargetArgs**

object**.TargetArgs** = stringExpression

strRet     String. The current arguments.

object     Required. An expression that returns an Event object.

stringExpression     Required String. The new arguments to set.

Version added

4.0

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.

Applies to | Event object

See Also | Action property | Event property | EventInfo property | Target property