Click or drag to resize

ParameterPassingConfigExitDelegate Property

Gets or sets a delegate that is executed to exit the application. The default value is Exit(Int32) with the value of 0.

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF.ParameterPassing (in Cauldron.Win32.WPF.ParameterPassing.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public Action ExitDelegate { get; set; }

Property Value

Type: Action

[Missing <value> documentation for "P:Cauldron.XAML.ParameterPassingConfig.ExitDelegate"]

See Also