ItemsControlBehaviour Class
A behavior that allows for executing ICommand when user double-click on an item in the ItemsControl
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.MVVM.ItemsControlBehaviour
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public NotInheritable Class ItemsControlBehaviour
public static class ItemsControlBehaviour
public ref class ItemsControlBehaviour abstract sealed
[<AbstractClass>]
[<Sealed>]
type ItemsControlBehaviour = class end
public final class ItemsControlBehaviour
The ItemsControlBehaviour type exposes the following members.
Attached Properties
Name | Description | |
---|---|---|
DoubleClickOnLeftButtonOnly | ||
ItemDoubleClickCommand |
Top
Methods
Name | Description | |
---|---|---|
GetDoubleClickOnLeftButtonOnly | ||
GetItemDoubleClickCommand | ||
SetDoubleClickOnLeftButtonOnly | ||
SetItemDoubleClickCommand |
Top
Fields
Name | Description | |
---|---|---|
DoubleClickOnLeftButtonOnlyProperty | ||
ItemDoubleClickCommandProperty |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.