Click or drag to resize

SelectionCancelEventArgsGenT Class

Base class for events passing the selection of a ShellList or ShellTree in the EventArgs.
Inheritance Hierarchy

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public abstract class SelectionCancelEventArgsGen<T> : CancelEventArgs

Type Parameters

T
The type of the selection.

The SelectionCancelEventArgsGenT type exposes the following members.

Properties
  NameDescription
Public propertySelection
The Selection. Type is determined by the deriving class.
Top
See Also