PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / BusyStateChanged Event

In This Topic
    BusyStateChanged Event (C1MultiDocument)
    In This Topic
    Occurs when the C1MultiDocument.BusyState property value has changed.
    Syntax
    'Declaration
     
    Public Event BusyStateChanged As EventHandler
    public event EventHandler BusyStateChanged
    See Also