informations event area
Description
Notifies the change of page display in the information window and the change of display element selection. 
Events
| Name | Defined Name | Description | 
|---|---|---|
| Information window page display event | onShow | This event is notified when a page in the information window is displayed. | 
| Information window page hide event | onHide | This event is notified when a 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 | Event that 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 for the page show event in the info window. | 
| InformationOnHideEventParams | Parameters for the information window page hide event. | 
| InformationSelectionChangedEventParams | The parameters for the information window page display element selection event. | 
| InformationOnDoubleClickEventParams | The parameters for the information window page display element double click event. | 
| IInformationEventParams | Common parameters for information views. |