C# Класс System.Windows.Data.DataItemContentControl

Represents a single item within a data-bound control.
Наследование: System.Windows.Controls.ContentControl, ICommandContainer
Показать файл Открыть проект

Защищенные методы

Метод Описание
GetCommand ( string commandName ) : ICommand

Gets a command by name.

Приватные методы

Метод Описание
ICommandContainer ( string commandName ) : ICommand

Описание методов

GetCommand() защищенный Метод

Gets a command by name.
protected GetCommand ( string commandName ) : ICommand
commandName string The name of the command to lookup.
Результат ICommand