Xceed Grid for WinForms v4.3 Documentation
OnLayout Method (WinCalculator)


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WinCalculator Class : OnLayout Method
A System.Windows.Forms.LayoutEventArgs that contains the event data.
Raises the System.Windows.Forms.Control.Layout event.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WinCalculator Class
WinCalculator Members
Base Implementation in OnLayout