The ListViewActionEventArgs class implements argument of the events that occur before any action over elements of the ListView.
| Designer name | Brief description | |
| The Create designer creates argument of the events that occur before any action over the elements of the component. |
| Property name | Brief description | |
| The Allowed property indicates whether the action is allowed. | ||
| Outdated.The AllowEditing property indicates whether the action is allowed. This property is obsolete, use the Allowed property instead. |
| Property name | Brief description | |
| The Item property returns the element over which the action, generated any event, is performed. |
| Property name | Brief description | |
| The ListView property returns a component for which the event was generated. |
See also: