ASPxClientCardView.CustomizationWindowCloseUp Event
In This Article
Fires after the customization window has been closed.
#Declaration
TypeScript
CustomizationWindowCloseUp: ASPxClientEvent<ASPxClientEventHandler<ASPxClientCardView>>
#Event Data
The CustomizationWindowCloseUp event's data class is ASPxClientEventArgs.
See Also