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