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

Client-Side Events

C1ComboBox includes a rich client-side object model that includes several client-side events. You can access these client-side events from the Visual Studio 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

OnClientBlur

Fired when the C1ComboBox loses focus.

OnClientDropDownCollapsed

Fired when the drop-down list is closed.

OnClientDropDownCollapsing

Fired when the drop-down list is about to be closed.

OnClientDropDownExpanded

Fired when the drop-down list is expanded.

OnClientDropDownExpanding

Fired when the drop-down list is about to be expanded.

OnClientFocus

Fired when the C1ComboBox gains focus.

OnClientInitialized

The name of the javascript function called after the C1ComboBox is initialized.

OnClientItemsRequested

Fired after the request for items has been completed.

C1ComboBox.OnClientRequestFailed

Fired after the request for items has failed.

C1ComboBox.OnClientRequesting

Fired before the tiems are requested on the server side.

OnClientKeyPressing

Fired when a key is pressed.

OnClientSelectedIndexChanged

Fired after the selected index of the C1ComboBox has changed.

OnClientSelectedIndexChanging

Fired when the selected index of the C1ComboBox is about to change.

OnClientTextChanged

Fired when the Text property is changed.

OnClientTextExceeded

Fired when the text exceeds the maximum length.


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