Skip to main content
Tab

ASPxCardViewCustomCallbackEventArgs Class

Provides data for the ASPxCardView.CustomCallback event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class ASPxCardViewCustomCallbackEventArgs :
    ASPxGridCustomCallbackEventArgs

#Remarks

The ASPxCardView.CustomCallback event is raised when a round trip to the server has been initiated. This occurs when the client ASPxClientCardView.PerformCallback method is called.

The ASPxCardViewCustomCallbackEventArgs class provides the ASPxGridCustomCallbackEventArgs.Parameters property that specifies a string containing specific information passed from the client side. You can use this property to recognize different kinds of callbacks for performing various actions on the server side.

#Inheritance

Object
EventArgs
ASPxGridCustomCallbackEventArgs
ASPxCardViewCustomCallbackEventArgs
See Also