Click or drag to resize

ShellTreeSelectionCancelEventArgs Class

Cancellable EventArgs passing the node that is selected or that was clicked.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    System.ComponentModelCancelEventArgs
      Jam.ShellSelectionCancelEventArgsGenShellTreeNode
        Jam.ShellShellTreeSelectionCancelEventArgs

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

The ShellTreeSelectionCancelEventArgs type exposes the following members.

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