Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides Control.OnEnabledChanged(EventArgs).
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
'Declaration
Protected Overrides Sub OnEnabledChanged ( _
e As EventArgs _
)
protected override void OnEnabledChanged(
EventArgs e
)
protected:
virtual void OnEnabledChanged(
EventArgs^ e
) override
abstract OnEnabledChanged :
e:EventArgs -> unit
override OnEnabledChanged :
e:EventArgs -> unit
protected override function OnEnabledChanged(
e : EventArgs
)
Parameters
- e
Type: System.EventArgs
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.