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