Click or drag to resize

AppOnStartup Method

Raises the Startup event.

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected override void OnStartup(
	StartupEventArgs e
)

Parameters

e
Type: System.WindowsStartupEventArgs
A StartupEventArgs that contains the event data.
See Also