Click or drag to resize

ParameterPassingConfigValidationDelegate Property

Gets or sets a delegate that is used to validate the passed arguments. This is executed before any others.

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 Func<string[], bool> ValidationDelegate { get; set; }

Property Value

Type: FuncString, Boolean

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

See Also