The following tables list the members exposed by ClientSideEvents.
Name | Description | |
---|---|---|
ClientSideEvents Constructor |
Name | Description | |
---|---|---|
AfterCloseUp | This event will fire after the dropdown has been closed. | |
AfterDropDown | This event will fire after the control has droped down. You can use this event to customize the position of the dropdown. | |
BeforeCloseUp | This event will fire before the dropdown portion of the control is closed. You can use this event to keep the dropdown from closing. | |
BeforeDropDown | The BeforeDropDown event will fire before the dropdown is made visible. This event can be used to cancel the dropdown action. | |
EditKeyDown | This event will fire for every keydown, while the edit portion of the control has focus. | |
EditKeyUp | This event will fire for every keyup, while the edit portion of the control has focus. | |
TextChanged | The TextChanged event will fire when the textbox portion of the control is directly edited. | |
ValueChanged | 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. |
Name | Description | |
---|---|---|
ViewState |
Name | Description | |
---|---|---|
Reset | Reset all properties to their defaults. |