Forms > Forms Assembly Interfaces > IListViewSelectItemEventArgs
The IListViewSelectItemEventArgs interface contains properties of the event argument that occurs on changing selection of any element of the ListView component.
Property name | Brief description | |
![]() |
The Selected property returns whether the element is selected. |
Property name | Brief description | |
![]() |
The Item property returns the element, with which the action generated any event is executed. |
Property name | Brief description | |
![]() |
The ListView property returns the component, for which the event was generated. |
See also: