ChatterBox.Client.Presentation.Shared.Behaviors.ReturnKeyCommandBehavior.GetCommand C# (CSharp) Method

GetCommand() public static method

public static GetCommand ( DependencyObject obj ) : ICommand
obj Windows.UI.Xaml.DependencyObject
return ICommand
        public static ICommand GetCommand(DependencyObject obj)
        {
            return (ICommand) obj.GetValue(CommandProperty);
        }