RedoCommand Constructor (Recorder) |
Initializes a new instance of the UndoCommand class and specifies to which Recorder it should be bound.
Namespace: PostSharp.Patterns.Model.Controls
Assembly: PostSharp.Patterns.Xaml (in PostSharp.Patterns.Xaml.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public RedoCommand( Recorder recorder )
Parameters
- recorder
- Type: PostSharp.Patterns.Recording.Recorder
The Recorder to which the new RedoCommand should be bound.