Back to Devexpress

ASPxRoundPanel.ContentCallback Event

aspnet-devexpress-dot-web-dot-aspxroundpanel-8a27fe95.md

latest2.1 KB
Original Source

ASPxRoundPanel.ContentCallback Event

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event RoundPanelContentCallbackEventHandler ContentCallback
vb
Public Event ContentCallback As RoundPanelContentCallbackEventHandler

Event Data

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

PropertyDescription
ParameterGets 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

RoundPanel

ASPxRoundPanel Class

ASPxRoundPanel Members

DevExpress.Web Namespace