System.Windows.Data.DataItemContentControl.ICommandContainer C# (CSharp) Method

ICommandContainer() private method

private ICommandContainer ( string commandName ) : ICommand
commandName string
return ICommand
        ICommand ICommandContainer.GetCommand(string commandName)
        {
            return GetCommand(commandName);
        }
DataItemContentControl