UIElementEvents.GetTouchEnterCommand Method

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

Namespace:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Shared Function GetTouchEnterCommand ( _
    obj As DependencyObject _
) As ICommand
public static ICommand GetTouchEnterCommand(
    DependencyObject obj
)
public:
static ICommand^ GetTouchEnterCommand(
    DependencyObject^ obj
)
static member GetTouchEnterCommand : 
        obj:DependencyObject -> ICommand
public static function GetTouchEnterCommand(
    obj : DependencyObject
) : ICommand

Parameters

Return Value

Type: System.Windows.Input.ICommand
Returns ICommand.

.NET Framework Security

See Also

Reference

UIElementEvents Class

Microsoft.TeamFoundation.MVVM Namespace