RoundPanelContentCallbackEventHandler Delegate
A method that will handle the client ASPxRoundPanel.ContentCallback event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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