Click or drag to resize

ListSelectionCancelEventArgs Class

Cancellable EventArgs passing the selected items.
Inheritance Hierarchy

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public class ListSelectionCancelEventArgs : SelectionCancelEventArgsGen<ListViewSelectedListViewItemCollection>

The ListSelectionCancelEventArgs type exposes the following members.

Properties
 NameDescription
Public propertySelection The Selection. Type is determined by the deriving class.
(Inherited from SelectionCancelEventArgsGenT)
Top
See Also