ASPxClientPopupControl.GetWindowPopUpReasonMouseEvent(window) Method
In This Article
Returns an object containing the information about a mouse event that invoked the specified popup window.
#Declaration
TypeScript
GetWindowPopUpReasonMouseEvent(
window: ASPxClientPopupWindow
): any
#Parameters
Name | Type | Description |
---|---|---|
window | ASPx |
A ASPx |
#Returns
Type | Description |
---|---|
any | An object containing the information about the mouse event. |
#Remarks
Use the GetWindowPopUpReasonMouseEvent property to get information about a mouse event that invoked the specified popup window.
Note
The Get
See Also