The following tables list the members exposed by ClientSideEvents.
Name | Description | |
---|---|---|
ClientSideEvents Constructor | The default public constructor for the ClientSideEvents object. |
Name | Description | |
---|---|---|
AfterAsyncResponse | Event fired after the html was modified due to a response from hidden asynchronous post back. | |
AfterSelectedTabChange | Event fired after the selected tab was changed. | |
BeforeAsyncResponse | Event fired before the html is modified due to a response from hidden asynchronous post back. | |
BeforeAsyncSubmit | Event fired before a page is submitted from a hidden asynchronous post back. | |
BeforeSelectedTabChange | Event 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. | |
Click | Event fired when the mouse was clicked on a tab and before any action related to that event occured. | |
InitializeTabs | Event fired after UltraWebTab and its tabs were initialized. | |
MouseOut | Event fired when the mouse was moved out of a tab and before any action related to that event occured. | |
MouseOver | Event fired when the mouse was moved over (entered) a tab and before any action related to that event occured. |