Skip to main content

ASPxClientPopupControl.GetPopUpReasonMouseEvent Method

Returns an object containing the information about a mouse event that invoked a default popup window.

Declaration

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 GetPopUpReasonMouseEvent method returns a copy of the mouse event, so you can only get information from it, but not to change its state.

See Also