Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected virtual void OnShown(
EventArgs e
)
Protected Overridable Sub OnShown (
e As EventArgs
)
abstract OnShown :
e : EventArgs -> unit
override OnShown :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
Event arguments
See Also