SetTargetPath ControlEvent

[This is preliminary documentation and subject to change.]

The Handler is notified through this event when it has to be verified that the selected path is valid and writable. It also calls the DirectoryManager to set the target path. If the path is not valid, it blocks further control events associated with the same control.

Published By

Handler.

Argument

The name of the property containing the path. If the property is indirected, the property name is enclosed in square brackets.

Action on Subscribers

None.

Action by Publisher When Subscriber Activated

The path is checked and set.

Typical Use

A PushButton control on a browse dialog is tied to this event in the ControlEvent table to check the selected path before returning to the selection dialog.