Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / ProgressChanged Event

In This Topic
    ProgressChanged Event (ViewportLayout)
    In This Topic
    Occurs when the read/write progress has changed.
    Syntax
    'Declaration
     
    Public Event ProgressChanged As ViewportLayout.ProgressChangedEventHandler
    public event ViewportLayout.ProgressChangedEventHandler ProgressChanged
    Event Data

    The event handler receives an argument of type ProgressChangedEventArgs containing data related to this event. The following ProgressChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Current progress (0-100).  
    The progress text. Can be empty.  
    See Also