Version

ClientSideEvents Class Members

The following tables list the members exposed by ClientSideEvents.

Public Constructors
 NameDescription
Public ConstructorClientSideEvents ConstructorThe default public constructor for the ClientSideEvents object.  
Public Properties
 NameDescription
Public PropertyAfterAsyncResponseEvent fired after the html was modified due to a response from hidden asynchronous post back.  
Public PropertyAfterSelectedTabChangeEvent fired after the selected tab was changed.  
Public PropertyBeforeAsyncResponseEvent fired before the html is modified due to a response from hidden asynchronous post back.  
Public PropertyBeforeAsyncSubmitEvent fired before a page is submitted from a hidden asynchronous post back.  
Public PropertyBeforeSelectedTabChangeEvent fired before the selected tab is changed.

This event can be canceled and in this case a new tab will not be selected. While processing this event,- the postBack can be canceled or triggered.

 
Public PropertyClickEvent fired when the mouse was clicked on a tab and before any action related to that event occured.  
Public PropertyInitializeTabsEvent fired after UltraWebTab and its tabs were initialized.  
Public PropertyMouseOutEvent fired when the mouse was moved out of a tab and before any action related to that event occured.  
Public PropertyMouseOverEvent fired when the mouse was moved over (entered) a tab and before any action related to that event occured.  
Public Methods
 NameDescription
Public MethodCopyFromCopies the ClientSideEvents object.  
Public MethodResetReset all properties to their defaults.  
Public MethodToStringString formatted for visual designer.  
See Also