Skip to main content
Tab

ClientSideEventsBase.GetEventHandler(String) Method

Returns the specified client event’s handler.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public string GetEventHandler(
    string eventName
)

#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