ClientSideEventsBase.GetEventHandler(String) Method
Returns the specified client event’s handler.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| eventName | String | A string specifying the required client event’s name. |
Returns
| Type | Description |
|---|---|
| String | A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event. |
See Also