ComponentOne Slider for ASP.NET AJAX: Slider for ASP.NET AJAX Client-Side Functionality > Client-Side Events

Client-Side Events

C1Slider includes a rich client-side object model in which includes several client-side events. You can access these client-side events from the Properties window. To create a new client-side event, select the drop-down arrow next to a client-side event and select Add new client side handler.

 

 

The following table names and describes the built-in client-side events available for your use:

 

Client-Side Event

Description

OnClientBeforeValueChanging

Fires on the client side before the value of the slider is changing.

OnClientButtonClick

Fires on the client side when a slider button is clicked.

OnClientButtonMouseDown

Fires on client side when the mouse is down on a slider's button.

OnClientButtonMouseOut

Fires on the client side when the user moves the mouse pointer outside the boundaries of a button.

OnClientButtonMouseOver

Fires on the client side when the mouse is over a button.

OnClientButtonMouseUp

Fires on the client side when the mouse is released from a button.

OnClientLoad

Fires on the client side when the slider is initialized.

OnClientValueChanged

Fires on the client side when the value has been changed.

OnClientValueChanging

Fires on the client side when the value is changing.

 

See the Slider for ASP.NET AJAX Client-Side Reference for more information.

 


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.