Skip to main content
Tab

ASPxWebControl.GetClientSideEventHandler(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 GetClientSideEventHandler(
    string name
)

#Parameters

Name Type Description
name 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