This documentation is archived and is not being maintained.

ListViewCancelEventArgs Properties

The ListViewCancelEventArgs type exposes the following members.

  NameDescription
Public property Cancel Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.)
Public property CancelMode Gets the data-entry mode that the ListView control was in when the Cancel button was clicked.
Public property ItemIndex Gets the index of the item that contains the Cancel button that raised the event.
Top
Show: