The C1ProgressBar type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() | BeforeProgressChanging |
Fires before the value of progress bar is changing
|
![]() | Click |
Fires on client side when the progress bar is clicked.
|
![]() | MouseDown |
Fires on client side when the mouse is down on the progress bar.
|
![]() | MouseOut |
Fires on client side when the user moves the mouse pointer outside the progress bar.
|
![]() | MouseOver |
Fires on client side when the mouse is over the progress bar.
|
![]() | MouseUp |
Fires on client side when the mouse is released from the progress bar.
|
![]() | ProgressChanged |
Fires when the value of progress bar has changed
|
![]() | ProgressChanging |
Fires when the value of progress bar is changing
|