UIElementEvents.GetManipulationDeltaCommandParameter 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 GetManipulationDeltaCommandParameter ( _
    obj As DependencyObject _
) As Object
public static Object GetManipulationDeltaCommandParameter(
    DependencyObject obj
)
public:
static Object^ GetManipulationDeltaCommandParameter(
    DependencyObject^ obj
)
static member GetManipulationDeltaCommandParameter : 
        obj:DependencyObject -> Object
public static function GetManipulationDeltaCommandParameter(
    obj : DependencyObject
) : Object

Parameters

Return Value

Type: System.Object
Returns Object.

.NET Framework Security

See Also

Reference

UIElementEvents Class

Microsoft.TeamFoundation.MVVM Namespace