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

ASPxCardViewCustomDataCallbackEventHandler Delegate

A method that will handle the ASPxCardView.CustomDataCallback event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public delegate void ASPxCardViewCustomDataCallbackEventHandler(
    object sender,
    ASPxCardViewCustomDataCallbackEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e ASPxCardViewCustomDataCallbackEventArgs

An ASPxCardViewCustomDataCallbackEventArgs object that contains event data.

See Also