Binding.ExecuteCommand Method |
Name | Description | |
---|---|---|
![]() ![]() ![]() | ExecuteCommand(Object, IndirectBinding<ICommand>, Object) |
Executes a command retrieved using the specified commandBinding from the dataContext.
|
![]() ![]() ![]() | ExecuteCommand<T>(Object, Expression<Func<T, ICommand>>, Object) |
Executes a command retrieved using a property commandExpression from the dataContext.
|