Version

ClientSideEvents Class Members

The following tables list the members exposed by ClientSideEvents.

Public Properties
 NameDescription
Public PropertyClickEvent fired when the control recieves the click event of a browser.  
Public PropertyDblClickEvent fired when the control recieves the dblclick event of a browser.  
Public PropertyInitializeEvent fired after initialization of client side object.  
Public PropertyIsEmptyCheck if object contains only default values.  
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 control recieves the mouseout event of a browser.  
Public PropertyMouseOverEvent fired when the control recieves the mouseover event of a browser.  
Public PropertyMouseUpEvent fired when the control recieves the mouseup event of a browser.  
Public Methods
 NameDescription
Public MethodResetReset all properties.  
Public MethodToStringString for designer  
See Also