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