OnSizeChanged Method (FormulaTextBox)
In This Topic
Syntax
'Declaration
Protected Overrides Sub OnSizeChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As FormulaTextBox
Dim e As EventArgs
instance.OnSizeChanged(e)
protected override void OnSizeChanged(
EventArgs
)
Parameters
- e
See Also