Click or drag to resize

ShellListViewSelectionChanged Event

Occurs when the selection of the ShellListView changes.

Namespace:  Jam.Shell.WPF.Controls.Winforms
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public event SelectionChangedEventHandler SelectionChanged

Value

Type: System.Windows.ControlsSelectionChangedEventHandler
Remarks
Due to restrictions in the underlying control, the event is called for single items instead of summing up selected and deselected items in the SelectionChangedEventArgs.
See Also