PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / OnLayout Method
An LayoutEventArgs that contains the event data.

In This Topic
    OnLayout Method (C1PreviewPane)
    In This Topic
    Overridden. Raises the Layout event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnLayout( _
       ByVal levent As LayoutEventArgs _
    ) 
    protected override void OnLayout( 
       LayoutEventArgs levent
    )

    Parameters

    levent
    An LayoutEventArgs that contains the event data.
    See Also