Metadata definitions for ItemSelectedMessageArguments. More...
Public Attributes | |
| AbstractMetaclass | metaclass |
| Metaclass for ItemSelectedMessageArguments. More... | |
| DynamicPropertyType< Integer > | PreviousSelectedItemIndexProperty |
| Reports the index of the previously selected List Box item. More... | |
| DynamicPropertyType< Integer > | SelectedItemIndexProperty |
| Reports the index of the selected List Box item. More... | |
Metadata definitions for ItemSelectedMessageArguments.
| AbstractMetaclass metaclass |
| DynamicPropertyType<Integer> PreviousSelectedItemIndexProperty |
Reports the index of the previously selected List Box item.
The value -1 indicates that no item was selected.
| DynamicPropertyType<Integer> SelectedItemIndexProperty |
Reports the index of the selected List Box item.
The value -1 indicates that no item is selected.