Skip to main content
A newer version of this page is available. .

ASPxClientPopupControl.CloseButtonClick Event

Occurs when a popup window’s close button is clicked.

Declaration

CloseButtonClick: ASPxClientEvent<ASPxClientPopupWindowEventHandler<ASPxClientPopupControl>>

Event Data

The CloseButtonClick event's data class is ASPxClientPopupWindowEventArgs. The following properties provide information specific to this event:

Property Description
window Gets the popup window object related to the event.

Remarks

Write a CloseButtonClick event handler to perform specific actions on the client side when the close button is clicked within a popup window.

The CloseButtonClick event provides an argument of the ASPxClientPopupWindowEventArgs type. The event argument’s ASPxClientPopupWindowEventArgs.window property allows you to access the popup window whose close button is clicked.

See Also