Click or drag to resize

ShellListViewBeforeShellDrop Event

This event is fired before a shell item is dropped on the list. For details see BeforeShellDrop.

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

Value

Type: SystemEventHandlerBeforeShellDropEventArgs
See Also