The C1ProgressBar type exposes the following members.

Events

  NameDescription
Public eventBeforeProgressChanging
Fires before the value of progress bar is changing
Public eventClick
Fires on client side when the progress bar is clicked.
Public eventMouseDown
Fires on client side when the mouse is down on the progress bar.
Public eventMouseOut
Fires on client side when the user moves the mouse pointer outside the progress bar.
Public eventMouseOver
Fires on client side when the mouse is over the progress bar.
Public eventMouseUp
Fires on client side when the mouse is released from the progress bar.
Public eventProgressChanged
Fires when the value of progress bar has changed
Public eventProgressChanging
Fires when the value of progress bar is changing

See Also