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

Parameters

.NET Framework Security

See Also

Reference

UIElementEvents Class

Microsoft.TeamFoundation.MVVM Namespace