Visu_StructSelectionChangedData (STRUCT)ΒΆ
TYPE Visu_StructSelectionChangedData : STRUCT
For data, when selection has changed by keyboardhandling. Used by the ISelectionManagerListener
- InOut:
Name
Type
Comment
pClientDataPOINTER TO VisuStructClientData
A pointer to a VisuStructClientData structure, identifying the client where the change happened
itfVisualizationThe visualization, which is currently displayed. After a change of visualization, this is the newly shown visualization, while itfVisualElementOldSelection is a element from the former visualization.
itfVisualElementOldSelectionThe element, that had the selection before the new key- event.
itfVisualElementNewSelectionThe element, that newly gets the selection. Can be the same like for old selection, e.g. elements with several selection areas like the spincontrol. can be NULL when changing the visualization, as no element is selected initially.
dwSelectionReturnValueDWORDSome more information, if the key-action could be handled. This value is the returnvalue of the called method from the selection manager to execute the key-event. Value is a constant from Visu_Selection_Constants like VISU_SELECTION_OK