A newer version of this page is available.
Switch to the current version.
ClientSideEventsBase.GetEventHandler(String) Method
Returns the specified client event's handler.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public string GetEventHandler(
string eventName
)
Public Function GetEventHandler(
eventName As String
) As String
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
Feedback