C# Class System.Windows.Data.DataCommand

Inheritance: DelegateCommand
显示文件 Open project: nikhilk/silverlightfx Class Usage Examples

Public Methods

Method Description
GetDataItemCommand ( object dataItem, string commandName ) : ICommand

Protected Methods

Method Description
Execute ( object parameter ) : void

Private Methods

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

Method Details

Execute() protected method

protected Execute ( object parameter ) : void
parameter object
return void

GetDataItemCommand() public static method

public static GetDataItemCommand ( object dataItem, string commandName ) : ICommand
dataItem object
commandName string
return ICommand