ASPxClientPopupControlBase.Shown Event
In This Article
Occurs on the client side after a control’s window has been invoked.
#Declaration
TypeScript
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