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