Click or drag to resize

ItemsControlExtensionsDefaultItemCommand Attached Property

The default item command is the command that will be executed when an item of the items control has received a mouse double click or enter key. It is not executed when the double-click is on the background or on the scrollbar. This command avoids the ubiquitous wrong implementations as well as code duplication when handling double-clicks in items controls like the ListBox

The command parameter for the command is the item that has been clicked.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
See GetDefaultItemCommand, SetDefaultItemCommand

Property Value

Type: ICommand
See Also