WrappingRadioButton.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
Whenever the text is changed, this method recalculates the single-line text size.
See Also
WrappingRadioButton Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top