Spread Windows Forms 15.0
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)
    protected override void OnLayout( 
       LayoutEventArgs e
    )

    Parameters

    e
    Event arguments
    See Also