Class ProgressEventArgs

This class can be used on the server to send Progress information back to the client if you are using AJAX for messaging. By returning this object to the client you can provide the client the information to decide what to do when each progress or completion event occurs.

Custom ProgressEventArgs

Class Members

MemberDescription
Cancelled Whether the request has been cancelled
Completed Whether the request has been completed
Id An ID value you can use in your application to identify this progress sequence
Message The message for the current state
Percent The percentage of completion for this request

Assembly: webcontrolsextended.prg



© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic