C# Class System.Windows.Data.DataItemContentControl

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

Protected Methods

Method Description
GetCommand ( string commandName ) : ICommand

Gets a command by name.

Private Methods

Method Description
ICommandContainer ( string commandName ) : ICommand

Method Details

GetCommand() protected method

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