[]
        
(Showing Draft Content)

C1.Win.FlexViewer.C1FlexViewerPane.BusySection

C1FlexViewerPane.BusySection Class

Helper class providing a busy section for a C1FlexViewerPane, raising the Busy flag in its constructor, and lowering it in the Dispose() method.

Usage:

using (new busy = BusySection(flexViewerPane)) { ..code... }.
Inheritance
C1FlexViewerPane.BusySection
Implements
Namespace: C1.Win.FlexViewer
Assembly: C1.Win.FlexViewer.4.8.dll
Syntax
public class C1FlexViewerPane.BusySection : IDisposable

Constructors

Name Description
BusySection(C1FlexViewerPane)

Initializes a new instance of the C1FlexViewerPane.BusySection class, raises the Busy flag on pane.

Methods

Name Description
Dispose()

Disposes the busy section, lowers the Busy flag on the preview pane.