Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / OnLayout Method
Event arguments


In This Topic
OnLayout Method (SuperEditBase)
In This Topic
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)

Parameters

e
Event arguments
See Also