ASPxClientUtils.GetEventSource(htmlEvent) Method
In This Article
Returns the object that fired the event.
#Declaration
TypeScript
static GetEventSource(
htmlEvent: any
): any
#Parameters
Name | Type | Description |
---|---|---|
html |
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