Request

Response

    ProgressUpdatedEventArgs class

    Provides data for the ProgressUpdated event. This event is raised when progress messages are available during exchange operations. If the Connector UI is present, it will subscribe to this event to display real-time progress messages, keeping users informed of a lengthy operation’s status (e.g. creating or loading exchange).

    public class ProgressUpdatedEventArgs : EventArgs
    

    Public Members

    namedescription
    ProgressUpdatedEventArgs(…) Initializes a new instance of the ProgressUpdatedEventArgs class with the specified message.
    Message { get; } Gets the progress message associated with the event.

    See Also