Click or drag to resize

ParamPassingConfigure Method

Configures the parameter passing

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 static void Configure(
	string[] args,
	Action<ParameterPassingConfig> config
)

Parameters

args
Type: SystemString
The arguments passed to the application.
config
Type: SystemActionParameterPassingConfig
A delegate used to configure the parameter passing.
See Also