Forms > Forms Assembly Interfaces > IListViewActionEventArgs
The IListViewActionEventArgs interface contains properties of the arguments of the events that occur before any action is executed with the elements of the ListView component.
Property name | Brief description | |
![]() |
The Allowed property determines whether the action is allowed. | |
![]() |
Outdated. Use IListViewActionEventArgs.Allowed. |
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: