ASPxClientPopupControl.GetWindowPopUpReasonMouseEvent(window) Method
Returns an object containing the information about a mouse event that invoked the specified popup window.
Declaration
GetWindowPopUpReasonMouseEvent(
window: ASPxClientPopupWindow
): any
Parameters
Name | Type | Description |
---|---|---|
window | ASPxClientPopupWindow | A ASPxClientPopupWindow object that specifies the required popup window. |
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 GetWindowPopUpReasonMouseEvent method returns a copy of the mouse event, so you can only get information from it, but not change its state.
See Also