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
Public MustInherit Class SelectionCancelEventArgsGen(Of T)
Inherits CancelEventArgs
generic<typename T>
public ref class SelectionCancelEventArgsGen abstract : public CancelEventArgs
[<AbstractClassAttribute>]
type SelectionCancelEventArgsGen<'T> =
class
inherit CancelEventArgs
end
Type Parameters
- T
- The type of the selection.
The SelectionCancelEventArgsGenT type exposes the following members.
Properties
| Name | Description |
---|
| Selection |
The Selection. Type is determined by the deriving class.
|
TopSee Also