Interface IValueCommand
A command that exposes the value it will set.
public interface IValueCommand : IUndoCommand
- Inherited Members
- Extension Methods
Properties
Value
object? Value { get; }
A command that exposes the value it will set.
public interface IValueCommand : IUndoCommand
object? Value { get; }