Share via


RoundBackButton.OnEnabledChanged Method (EventArgs)

 

Raises the Control.EnabledChanged event.

Namespace:   Microsoft.WindowsServerSolutions.Common.WizardBase
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

protected override void OnEnabledChanged(
    EventArgs e
)
protected:
virtual void OnEnabledChanged(
    EventArgs^ e
) override
Protected Overrides Sub OnEnabledChanged (
    e As EventArgs
)

Parameters

Remarks

When a button is enabled or disabled, the image can be changed.

See Also

RoundBackButton Class
Microsoft.WindowsServerSolutions.Common.WizardBase Namespace

Return to top