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

Requirements

Assembly: webcontrolsextended.prg

© West Wind Technologies, 1996-2022 • Updated: 08/19/06
Comment or report problem with topic