Forms > Forms Assembly Interfaces > IListViewEditTextEventArgs
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 component.
Property name | Brief description | |
![]() |
The Text property determines an element text. |
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: