Version

ClientSideEvents Class Members

The following tables list the members exposed by ClientSideEvents.

Public Constructors
 NameDescription
Public ConstructorClientSideEvents ConstructorPublic constructor for ClientSideEvents object.  
Public Properties
 NameDescription
Public PropertyClickReturns or sets a string of text that specifies the name of the JavaScript function to be called when a button is clicked on the client.  
Public PropertyInitializeToolbarReturns or sets a string of text that specifies the name of the JavaScript function to be called when the internal document object model is being initialized on the client.  
Public PropertyMouseOutReturns or sets a string of text that specifies the name of the JavaScript function to be called when the cursor leaves a button of the toolbar on the client.  
Public PropertyMouseOverReturns or sets a string of text that specifies the name of the JavaScript function to be called when the cursor enters a button of the toolbar on the client.  
Public PropertyMoveThe name of the JavaScript function which is called when the toolbar is moved by mouse drag on the client.  
Protected Properties
 NameDescription
Protected PropertyIsTrackingViewStateIndicates whether the ClientSideEvents structure is tracking changes in viewstate.  
Protected PropertyViewStateGets a dictionary of state information (StateBag) that allows you to save and restore the view state of a server control across multiple requests for the same page.  
Public Methods
 NameDescription
Public MethodCopyFromCopies the ClientSideEvents object.  
Public MethodResetResets all properties of the ClientSideEvents class to their default values.  
Public MethodToStringDesigner string.  
See Also