Interface ICommandBinding
Describes command binding. Used to bind a set of Command objects to a specific user event and passed as part of command invocations (see CommandContext). Bindings are immutable.
public interface ICommandBinding
Properties
- Commands
Gets or sets the commands this command binding will invoke.
- Data
Arbitrary context that can be associated with this command binding.