ASPxClientUtils.GetEventSource(htmlEvent) Method
Returns the object that fired the event.
Declaration
static GetEventSource(
htmlEvent: any
): any
Parameters
Name | Type | Description |
---|---|---|
htmlEvent | any | An object that represents the current event. |
Returns
Type | Description |
---|---|
any | The object that receives the event that fired. |
Remarks
Use the GetEventSource method to obtain the object that fired the current event.
See Also