ASPxClientTreeList.CustomizationWindowCloseUp Event
Fires after the Customization Window has been closed.
#Declaration
CustomizationWindowCloseUp: ASPxClientEvent<ASPxClientEventHandler<ASPxClientTreeList>>
#Event Data
The CustomizationWindowCloseUp event's data class is ASPxClientEventArgs.
#Remarks
To close the Customization Window in code, call the ASPxClientTreeList.HideCustomizationWindow method. To obtain whether the Customization Window is visible, use the ASPxClientTreeList.IsCustomizationWindowVisible method.