Skip to main content

InformationOnDoubleClickEventParams interface

Namespace: NextDesign.Desktop

Description

Parameter for the info window page display element double click event.

Affiliation event area

NameDescription
Information windowNotify the change of page display and display element selection change in the information window.

Inherit Base

NameDescription
ConsumableEventParamsBase class for event consumable event parameters.
IInformationEventParamsCommon parameters for information views.

Property

NameDescription
EntryDouble clicked information
InfoViewAccess object to display page in info window
Itemdouble-clicked element
ModelThe model to which the double-clicked element is related
NameType of information view.
- Error List : "Error"
- Search Result List : "SearchResult"
- Output : "Output"

Annotations

By calling the Consume() method of this event in the event processing of the extension, it is possible to request not to perform the default processing of the application body (double-clicking an error or jumping to the view that displays the search results). can.