'Declaration Protected Overrides Sub OnLayout( _ ByVal e As LayoutEventArgs _ )
'Usage Dim instance As WinCalculator Dim e As LayoutEventArgs instance.OnLayout(e)
protected override void OnLayout( LayoutEventArgs e )
Parameters
- e
- A System.Windows.Forms.LayoutEventArgs that contains the event data.