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

ASPxRoundPanel.ContentCallback Event

Fires when the ASPxRoundPanel performs a round trip to the server.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public event RoundPanelContentCallbackEventHandler ContentCallback

Event Data

The ContentCallback event's data class is RoundPanelContentCallbackEventArgs. The following properties provide information specific to this event:

Property Description
Parameter Gets a string that contains specific information (if any) passed from the client side. Inherited from CallbackEventArgsBase.

Remarks

The ContentCallback event fires on the server in the following cases:

Use the CallbackEventArgsBase.Parameter property to get information passed from the client to the server.

See Also