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