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