Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.56 KB

selectionpathon-controlevent.md

File metadata and controls

40 lines (22 loc) · 1.56 KB
description ms.assetid title ms.topic ms.date
The SelectionTree control uses the SelectionPathOn event to publish a Boolean value indicating whether there is a selection path associated with the currently selected feature. This event should be authored in the EventMapping table.
441b9416-066a-429b-92d2-555584a20fa2
SelectionPathOn ControlEvent
article
05/31/2018

SelectionPathOn ControlEvent

The SelectionTree control uses the SelectionPathOn event to publish a Boolean value indicating whether there is a selection path associated with the currently selected feature. This event should be authored in the EventMapping table.

This event can only affect controls that are located on the same dialog box as the SelectionTree control.

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.

The SelectionPathOn ControlEvent is never published during a Maintenance Installation.

Published By

SelectionTree

Argument

None.

Action on Subscribers

None.

Typical Use

A Text control on the same modal dialog as the SelectionTree should subscribe to the event via the EventMapping table. The Text Control displays the caption of the selection path. This text control is visible or hidden depending on the event.