ASPxClientDropDownEditBase.CloseUp Event
Occurs on the client side when the drop down window is closed.
Declaration
CloseUp: ASPxClientEvent<ASPxClientEventHandler<ASPxClientDropDownEditBase>>
Event Data
The CloseUp event's data class is ASPxClientEventArgs.
Remarks
The editors’ client-side functionality provides the capability to respond to actions by end users. Each time the drop down window is closed, the CloseUp event fires. This event can be handled to implement custom processing.
Note that the CloseUp event will not fire if the drop down window is closed using a client API (for example, the ASPxClientDropDownEditBase.HideDropDown method).
See Also