ItemsControlBehaviour Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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
Public attached property DoubleClickOnLeftButtonOnly
Public attached property ItemDoubleClickCommand

Top

Methods

  Name Description
Public methodStatic member GetDoubleClickOnLeftButtonOnly
Public methodStatic member GetItemDoubleClickCommand
Public methodStatic member SetDoubleClickOnLeftButtonOnly
Public methodStatic member SetItemDoubleClickCommand

Top

Fields

  Name Description
Public fieldStatic member DoubleClickOnLeftButtonOnlyProperty
Public fieldStatic member 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.

See Also

Reference

Microsoft.TeamFoundation.MVVM Namespace