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
)
Protected Overrides Sub OnStartup (
e As StartupEventArgs
)
protected:
virtual void OnStartup(
StartupEventArgs^ e
) override
abstract OnStartup :
e : StartupEventArgs -> unit
override OnStartup :
e : StartupEventArgs -> unit
Parameters
- e
- Type: System.WindowsStartupEventArgs
A StartupEventArgs that contains the event
data.
See Also