Click or drag to resize

DispatcherFactoryResolverOnInitialize Method

Called during the initialization of the Factory.

Namespace:  Cauldron.XAML.Threading
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
protected override void OnInitialize(
	IEnumerable<IFactoryTypeInfo> factoryInfoTypes
)

Parameters

factoryInfoTypes
Type: System.Collections.GenericIEnumerableIFactoryTypeInfo
A collection of known factory types.
See Also