IListViewActionEventArgs
Description
The IListViewActionEventArgs interface contains properties of the arguments of the events that occur before any action is performed over the items of the ListView.
Properties
| |
Property name |
Brief description |
|
Allowed
|
The Allowed property indicates whether the action is allowed. |
|
AllowEditing
|
Outdated.The AllowEditing property indicates whether the action is allowed. This property is obsolete, use the Allowed property instead. |
| |
Property name |
Brief description |
|
Item |
The Item property returns the element over which the action, generated any event, is performed. |
| |
Property name |
Brief description |
|
ListView |
The ListView property returns a component for which the event was generated. |
See also:
Forms Assembly Interfaces