UIElementEvents.SetStylusButtonDownCommand 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 Sub SetStylusButtonDownCommand ( _
    obj As DependencyObject, _
    value As ICommand _
)
public static void SetStylusButtonDownCommand(
    DependencyObject obj,
    ICommand value
)
public:
static void SetStylusButtonDownCommand(
    DependencyObject^ obj, 
    ICommand^ value
)
static member SetStylusButtonDownCommand : 
        obj:DependencyObject * 
        value:ICommand -> unit
public static function SetStylusButtonDownCommand(
    obj : DependencyObject, 
    value : ICommand
)

Parameters

.NET Framework Security

See Also

Reference

UIElementEvents Class

Microsoft.TeamFoundation.MVVM Namespace