Struct CommandContext<TBinding>
Provides context for a Command invocation.
public record struct CommandContext<TBinding> : ICommandContext, IEquatable<CommandContext<TBinding>>
Type Parameters
TBinding
- Implements
-
IEquatable<CommandContext<TBinding>>
- Inherited Members
Constructors
- CommandContext(Command, TBinding?)
Initializes a new instance with the specified Command,