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