IListViewEditTextEventArgs
Description
The IListViewEditTextEventArgs interface contains properties of argument of the event that occurs on editing the element or on changing a tooltip for elements of the ListView.
Properties
| |
Property name |
Brief description |
|
Text
|
The Text property determines the text for the element. |
| |
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