Version

ButtonClientSideEvents Class Members

The following tables list the members exposed by ButtonClientSideEvents.

Public Constructors
 NameDescription
Public ConstructorButtonClientSideEvents ConstructorThe default public constructor for the ButtonClientSideEvents object.  
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.  
Public Methods
 NameDescription
Public MethodCopyCopies properties from source  
Public MethodResetReset all properties to their defaults.  
Public MethodToStringString formatted for visual designer.  
See Also