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 As EventArgs _
)
protected override void OnShown(
EventArgs
)
Parameters
- e
- System.EventArgs that contains the event data.
See Also