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

RoundPanelContentCallbackEventHandler Delegate

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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