RoundBackButton::OnEnabledChanged Method (EventArgs^)

 

Raises the Control::EnabledChanged event.

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

protected:
virtual void OnEnabledChanged(
	EventArgs^ e
) override

Parameters

e
Type: System::EventArgs^

The event data.

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

Return to top

Community Additions

ADD
Show: