UndoCommand 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: 6.10.14.0 (6.10.14.0)
C#
public UndoCommand( Recorder recorder )
Parameters
- recorder
- Type: PostSharp.Patterns.Recording.Recorder
The Recorder to which the new UndoCommand should be bound.