IListViewSelectItemEventArgs
Description
The IListViewSelectItemEventArgs interface contains properties of the event argument that occurs on changing selection of any element of the ListView component.
Properties
| |
Property name |
Brief description |
|
Selected
|
The Selected property returns whether this element is selected. |
| |
Property name |
Brief description |
|
Item |
The Item property returns the element over which the action, generated any event, is performed. |
| |
Property name |
Brief description |
|
ListView |
The ListView property returns a component for which the event was generated. |
See also:
Forms Assembly Interfaces