Skip to main content
Tab

RoundPanelContentCallbackEventHandler Delegate

A method that will handle the client ASPxRoundPanel.ContentCallback event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public delegate void RoundPanelContentCallbackEventHandler(
    object source,
    RoundPanelContentCallbackEventArgs e
);

Parameters

Name Type Description
source Object

The event’s source.

e RoundPanelContentCallbackEventArgs

A RoundPanelContentCallbackEventArgs object that contains event data.

See Also