Version

ButtonClientSideEvents Class Properties

For a list of all members of this type, see ButtonClientSideEvents members.

Public Properties
 NameDescription
Public PropertyBlurEvent fired when the control recieves the blur event of a browser.  
Public PropertyClickEvent fired when the control was clicked (by mouse or by action key), but before the click-action occured.  
Public PropertyFocusEvent fired when the control recieves the focus event of a browser.  
Public PropertyInitializeEvent fired after control was initialized.  
Public PropertyKeyDownEvent fired when the control recieves the keydown event of a browser.  
Public PropertyKeyUpEvent fired when the control recieves the keyup event of a browser.  
Public PropertyMouseDownEvent fired when the control recieves the mousedown event of a browser.  
Public PropertyMouseMoveEvent fired when the control recieves the mousemove event of a browser.  
Public PropertyMouseOutEvent fired when the mouse was moved out of the bounds of control.  
Public PropertyMouseOverEvent fired when the mouse was moved inside of the bounds of control.  
Public PropertyMouseUpEvent fired when the control recieves the mouseup event of a browser.  
Public PropertyPaintEvent fired after the control was repainted.  
See Also