ApplicationCallbackOnInitialized Method |
Raises the initialized event.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void OnInitialized(
Application widget,
EventArgs e
)
Public Sub OnInitialized (
widget As Application,
e As EventArgs
)
abstract OnInitialized :
widget : Application *
e : EventArgs -> unit
override OnInitialized :
widget : Application *
e : EventArgs -> unit
Parameters
- widget
- Type: Eto.FormsApplication
[Missing <param name="widget"/> documentation for "M:Eto.Forms.Application.Callback.OnInitialized(Eto.Forms.Application,System.EventArgs)"]
- e
- Type: SystemEventArgs
[Missing <param name="e"/> documentation for "M:Eto.Forms.Application.Callback.OnInitialized(Eto.Forms.Application,System.EventArgs)"]
Implements
ApplicationICallbackOnInitialized(Application, EventArgs)See Also