[]
        
(Showing Draft Content)

C1.Win.FlexPivot.C1FlexPivotPrintPreviewDialog.OnFormClosing

OnFormClosing Method

OnFormClosing(FormClosingEventArgs)

Overridden to cancel any ongoing previews when closing form.

Declaration
protected override void OnFormClosing(FormClosingEventArgs e)
Parameters
Type Name Description
FormClosingEventArgs e

FormClosingEventArgs that contains the event data.

Overrides