Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.51 KB

directorylistup-controlevent.md

File metadata and controls

40 lines (22 loc) · 1.51 KB
description ms.assetid title ms.topic ms.date
This event notifies the DirectoryList control that the user wants to select the parent of the present directory. For related information, see Browse Dialog.
83fdb160-ce3b-42e1-8688-42d3ba39d6dd
DirectoryListUp ControlEvent
article
05/31/2018

DirectoryListUp ControlEvent

This event notifies the DirectoryList control that the user wants to select the parent of the present directory. 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 the current directory is the root directory of the drive, a DirectoryListUp event disables any other controls that publish a DirectoryListUp event.

Published By

DirectoryList

Argument

This ControlEvent does not use an argument.

Action on Subscribers

This ControlEvent does not perform an action on subscribers.

Typical Use

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