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