UndoRedoCommandBase.Execute Method |
Defines the method to be called when the command is invoked.
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 void Execute( Object parameter )
Parameters
- parameter
- Type: System.Object
Data used by the command. If the command does not require data to be passed, this object can be set to null.