Click or drag to resize

ApplicationBaseOnPreload Method

Occures on preload. Will only occures if IsSingleInstance is true or if the inheriting class has a View. The view can be added by the ViewAttribute or as a DataTemplate with the correct naming nomenclature.

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
protected virtual Task OnPreload()

Return Value

Type: Task

[Missing <returns> documentation for "M:Cauldron.XAML.ApplicationBase.OnPreload"]

See Also