The ListViewActionEventArgs class implements argument of the events that occur before any action with elements of the ListView component.
Constructor name | Brief description | |
The Create constructor creates an argument of the events that occur before any action with component elements. |
Property name | Brief description | |
The Allowed property indicates whether the action is allowed. | ||
Outdated.The AllowEditing property indicates whether the action is allowed. The property is outdated, use the Allowed property instead. |
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: