The ListViewSelectItemEventArgs class implements argument of the event that occurs on changing selection of any element of the ListView component.
| Designer name | Brief description | |
| The Create designer creates argument of the event that occurs on changing selection of any element of the component. |
| Property name | Brief description | |
| The Selected property indicates whether this element is selected. |
| Property name | Brief description | |
| The Item property returns the element over which the action, generated any event, is performed. |
| Property name | Brief description | |
| The ListView property returns a component for which the event was generated. |
See also: