Click or drag to resize

ConfirmedCommandEventArgs Class

Event arguments for the Executing event.
Inheritance Hierarchy

Namespace:  TomsToolbox.Wpf.Converters
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public class ConfirmedCommandEventArgs : CancelEventArgs

The ConfirmedCommandEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodConfirmedCommandEventArgs
Initializes a new instance of the ConfirmedCommandEventArgs class
Top
Properties
  NameDescription
Public propertyParameter
Gets or sets the parameter that will be passed to the command when it's executed.
Top
Extension Methods
See Also