Click or drag to resize

ApplicationBaseOnActivated Method

Occures if the application is activated by passing arguments from a second app instance. Will only occures if IsSingleInstance is true

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 void OnActivated(
	string[] argument
)

Parameters

argument
Type: SystemString
The parameters passed from the second instance
See Also