Version

ClientSideEvents Class Members

The following tables list the members exposed by ClientSideEvents.

Public Constructors
 NameDescription
Public ConstructorClientSideEvents Constructor  
Public Properties
 NameDescription
Public PropertyAfterCloseUp

This event will fire after the dropdown has been closed.

 
Public PropertyAfterDropDown

This event will fire after the control has droped down. You can use this event to customize the position of the dropdown.

 
Public PropertyBeforeCloseUp

This event will fire before the dropdown portion of the control is closed. You can use this event to keep the dropdown from closing.

 
Public PropertyBeforeDropDown

The BeforeDropDown event will fire before the dropdown is made visible. This event can be used to cancel the dropdown action.

 
Public PropertyEditKeyDown

This event will fire for every keydown, while the edit portion of the control has focus.

 
Public PropertyEditKeyUp

This event will fire for every keyup, while the edit portion of the control has focus.

 
Public PropertyTextChanged

The TextChanged event will fire when the textbox portion of the control is directly edited.

 
Public PropertyValueChanged

The ValueChanged event will fire when the value of the dropdown is changed. If the textbox is changed directly, this event will not fire until the control loses focus.

 
Protected Properties
 NameDescription
Protected PropertyViewState  
Public Methods
 NameDescription
Public MethodResetReset all properties to their defaults.  
See Also