AdvancedNumericUpDown.OnTextChanged Method (EventArgs)
Raises the TextChanged event.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected override void OnTextChanged(
EventArgs e
)
protected:
virtual void OnTextChanged(
EventArgs^ e
) override
Protected Overrides Sub OnTextChanged (
e As EventArgs
)
Parameters
e
Type: System.EventArgsThe event data.
Remarks
When the text has been changed, this method also changes the value and uses its own function to validate the text.
See Also
AdvancedNumericUpDown Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top