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

ASPxClientPopupControlBase.Shown Event

Occurs on the client side after a control’s window has been invoked.

Declaration

Shown: ASPxClientEvent<ASPxClientPopupWindowEventHandler<ASPxClientPopupControlBase>>

Event Data

The Shown 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 Shown event handler to perform specific actions on the client side, after a window has been invoked (in particular, after the window’s invoking animation has been completed).

The event argument’s ASPxClientPopupWindowEventArgs.window property allows you to access the popup window which has been displayed.

See Also