InformationOnDoubleClickEventParams interface
Namespace: NextDesign.Desktop
Description
Parameter for the info window page display element double click event.
Affiliation event area
Name | Description |
---|---|
Information window | Notify the change of page display and display element selection change in the information window. |
Inherit Base
Name | Description |
---|---|
ConsumableEventParams | Base class for event consumable event parameters. |
IInformationEventParams | Common parameters for information views. |
Property
Name | Description |
---|---|
Entry | Double clicked information |
InfoView | Access object to display page in info window |
Item | double-clicked element |
Model | The model to which the double-clicked element is related |
Name | Type 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.