ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPrintPreviewDialog Class / OnShown Method
System.EventArgs that contains the event data.

In This Topic
    OnShown Method (C1FlexPivotPrintPreviewDialog)
    In This Topic
    Overridden to assign document to preview control only after the initial activation.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnShown( _
       ByVal e As EventArgs _
    ) 
    protected override void OnShown( 
       EventArgs e
    )

    Parameters

    e
    System.EventArgs that contains the event data.
    See Also