InformationOnDoubleClickEventParams interface
Namespace: NextDesign.Desktop
Description
Information window Page display element Double-click event parameter.
Affiliation event area
Name | Description |
---|---|
Information window | Notifies page display switching and display element selection change in the information window. |
Inherit Base
Name | Description |
---|---|
ConsumableEventParams | Event The base class of consumable event parameters. |
Property
Name | Description |
---|---|
Entry | Double-clicked information |
InfoView | Access object to the display page in the info window |
Item | Double-clicked element |
Model | Model to which the double-clicked element is related |
Name | Types 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.