Spread Windows Forms 12.0 Product Documentation
OnLayout Method (SuperEditBase)


FarPoint.Win Assembly > FarPoint.Win Namespace > SuperEditBase Class : OnLayout Method
Event arguments
Raises the Layout event.
Syntax
'Declaration
 
Protected Overrides Sub OnLayout( _
   ByVal e As LayoutEventArgs _
) 
'Usage
 
Dim instance As SuperEditBase
Dim e As LayoutEventArgs
 
instance.OnLayout(e)
protected override void OnLayout( 
   LayoutEventArgs e
)

Parameters

e
Event arguments
See Also

Reference

SuperEditBase Class
SuperEditBase Members