Skip to main content

InformationOnDoubleClickEventParams interface

Namespace: NextDesign.Desktop

Description

Information window Page display element Double-click event parameter.

Affiliation event area

NameDescription
Information windowNotifies page display switching and display element selection change in the information window.

Inherit Base

NameDescription
ConsumableEventParamsEvent The base class of consumable event parameters.

Property

NameDescription
EntryDouble-clicked information
InfoViewAccess object to the display page in the info window
ItemDouble-clicked element
ModelModel to which the double-clicked element is related
NameTypes of active display pages in the info window
-"Error": Error page
-"SearchResult": Search result page
- "Output": Output page

Annotation

In the event processing of the extension, by calling the Consume () method of this event, it is possible to request that the default processing of the application itself (double-click error or jump to the view displaying the search result) is not performed. I can do it.