The following tables list the members exposed by ButtonClientSideEvents.
| Name | Description | |
|---|---|---|
![]() | ButtonClientSideEvents Constructor | The default public constructor for the ButtonClientSideEvents object. |
| Name | Description | |
|---|---|---|
![]() | Blur | Event fired when the control recieves the blur event of a browser. |
![]() | Click | Event fired when the control was clicked (by mouse or by action key), but before the click-action occured. |
![]() | Focus | Event fired when the control recieves the focus event of a browser. |
![]() | Initialize | Event fired after control was initialized. |
![]() | KeyDown | Event fired when the control recieves the keydown event of a browser. |
![]() | KeyUp | Event fired when the control recieves the keyup event of a browser. |
![]() | MouseDown | Event fired when the control recieves the mousedown event of a browser. |
![]() | MouseMove | Event fired when the control recieves the mousemove event of a browser. |
![]() | MouseOut | Event fired when the mouse was moved out of the bounds of control. |
![]() | MouseOver | Event fired when the mouse was moved inside of the bounds of control. |
![]() | MouseUp | Event fired when the control recieves the mouseup event of a browser. |
![]() | Paint | Event fired after the control was repainted. |