The ListViewSelectItemEventArgs class implements argument of the event that occurs on changing selection of any element of the ListView component.
| Constructor name | Brief description | |
![]() |
Create | The Create constructor creates an argument of the event that occurs on changing selection of any element of the component. |
| Property name | Brief description | |
![]() |
Selected | The Selected property returns whether the element is selected. |
| Property name | Brief description | |
![]() |
Item | The Item property returns the element, with which the action generated any event is executed. |
| Property name | Brief description | |
![]() |
ListView | The ListView property returns the component, for which the event was generated. |
See also: