ListViewEditTextEventArgs

Description

The ListViewEditTextEventArgs class implements argument of the event that occurs on editing the element or on changing a tooltip for elements of the ListView component.

Constructors

  Constructor name Brief description
The Create constructor creates an argument of the event that occurs on editing the element, or on changing a tooltip for component elements.

Properties inherited from ListViewEditTextEventArgs

  Property name Brief description
The Text property determines the text for the element.

Properties inherited from IListViewItemEventArgs

  Property name Brief description
The Item property returns the element, with which the action generated any event is executed.

Properties inherited from IListViewEventArgs

  Property name Brief description
The ListView property returns the component, for which the event was generated.

See also:

Forms Assembly Classes