Click or drag to resize

ConfirmedCommandConverterExecuting Event

Occurs when the command is being executed. The view can connect to this event to e.g. show a message box or modify the command parameter.

Namespace:  TomsToolbox.Wpf.Converters
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public event EventHandler<ConfirmedCommandEventArgs> Executing

Value

Type: SystemEventHandlerConfirmedCommandEventArgs
See Also