A newer version of this page is available.
Switch to the current version.
RoundPanelContentCallbackEventHandler Delegate
A method that will handle the client ASPxRoundPanel.ContentCallback event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
public delegate void RoundPanelContentCallbackEventHandler(
object source,
RoundPanelContentCallbackEventArgs e
);
Public Delegate Sub RoundPanelContentCallbackEventHandler(
source As Object,
e As RoundPanelContentCallbackEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
source | Object | The event's source. |
e | RoundPanelContentCallbackEventArgs | A RoundPanelContentCallbackEventArgs object that contains event data. |
See Also
Feedback