ClientSideEventsBase.GetEventHandler(String) Method
In This Article
Returns the specified client event’s handler.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
event |
String | A string specifying the required client event’s name. |
#Returns
Type | Description |
---|---|
String | A string that represents either the name of a Java |
See Also