public static ICommand GetMouseDownCommand(
DependencyObject obj
)
Public Shared Function GetMouseDownCommand (
obj As DependencyObject
) As ICommand
public:
static ICommand^ GetMouseDownCommand(
DependencyObject^ obj
)
static member GetMouseDownCommand :
obj : DependencyObject -> ICommand