C# Class System.Windows.Data.DataCommand

Inheritance: DelegateCommand
Afficher le fichier Open project: nikhilk/silverlightfx Class Usage Examples

Méthodes publiques

Méthode Description
GetDataItemCommand ( object dataItem, string commandName ) : ICommand

Méthodes protégées

Méthode Description
Execute ( object parameter ) : void

Private Methods

Méthode Description
DataCommand ( object dataItem, MethodInfo commandMethod ) : System
OnDataItemPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

Execute() protected méthode

protected Execute ( object parameter ) : void
parameter object
Résultat void

GetDataItemCommand() public static méthode

public static GetDataItemCommand ( object dataItem, string commandName ) : ICommand
dataItem object
commandName string
Résultat ICommand