DirectoryListOpen ControlEvent

This event selects and highlights a directory in the DirectoryList control that the user has chosen to open. For related information, see Browse Dialog.

This event should be published by a PushButton Control located on the same dialog box as the control subscribing to this event. The event should be authored in the ControlEvent table.

This ControlEvent requires the user interface to be run at the full UI level. This event will not work with a reduced UI or basic UI. For information, see User Interface Levels.

If no directory has been selected in the DirectoryList control, a DirectoryListOpen event disables any other controls that publish a DirectoryListOpen event.

Published By

DirectoryList

Argument

This ControlEvent does not use an argument.

Action on Subscribers

This ControlEvent performs no action on subscribers.

Typical Use

A PushButton control on the same modal dialog box as the DirectoryList is used to trigger stepping down in the path.