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