informations event area
Description
Notifies you of page display switching and display element selection change in the information window.
Event
| Name | Definition name | Description |
|---|---|---|
| Information window page display event | onShow | This event is notified when the page in the information window is displayed. |
| Information window page hiding event | onHide | This event is notified when the page in the information window is hidden. |
| Information window page display element selection event | onSelectionChanged | This event is notified when an element is selected on the display page in the information window. |
| Information window page display element double-click event | onDoubleClick | This event is notified when an element is double-clicked on the display page in the information window. |
Interfaces belonging to the area
| Name | Description |
|---|---|
| InformationOnShowEventParams | Parameters of the page display event in the information window. |
| InformationOnHideEventParams | Information window Page hidden event parameters. |
| InformationSelectionChangedEventParams | Information window page display element selection event parameters. |
| InformationOnDoubleClickEventParams | Information Window Page Display Element Double-click event parameters. |
| IInformationEventParams | Common parameters for information views. |