AdvancedNumericUpDown.OnEnabledChanged Method (EventArgs)
Raises the EnabledChanged event.
Namespace: Microsoft.WindowsServerSolutions.Controls
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
e
Type: System.EventArgsThe event data.
See Also
AdvancedNumericUpDown Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top