Click or drag to resize

ShellTreeView.BeforeShellDrop Event

This event is fired before a ShellTreeView executes a shell drop.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public event EventHandler<BeforeShellDropEventArgs> BeforeShellDrop

Value

Type: System.EventHandler<BeforeShellDropEventArgs>
See Also