C# Class System.Windows.Data.DataItemContentControl

Represents a single item within a data-bound control.
Inheritance: System.Windows.Controls.ContentControl, ICommandContainer
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes protégées

Méthode Description
GetCommand ( string commandName ) : ICommand

Gets a command by name.

Private Methods

Méthode Description
ICommandContainer ( string commandName ) : ICommand

Method Details

GetCommand() protected méthode

Gets a command by name.
protected GetCommand ( string commandName ) : ICommand
commandName string The name of the command to lookup.
Résultat ICommand