ICommandBindingAddTarget Method

Overload List

AddTarget(FuncObject) Adds a target getter function to this ICommandBinding instance. Whenever the underlying ICommand executes it will evaluate the specified getter delegate.
AddTarget(Object) Adds the target to this ICommandBinding instance. The underlying ICommand will be invoked for each added target. If no targets are added the command will be invoked with a target.

See Also