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

Parameters

.NET Framework Security

See Also

Reference

UIElementEvents Class

Microsoft.TeamFoundation.MVVM Namespace