aspnet-devexpress-dot-web-5e860a6a.md
Provides data for the ASPxCardView.CustomCallback event.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxCardViewCustomCallbackEventArgs :
ASPxGridCustomCallbackEventArgs
Public Class ASPxCardViewCustomCallbackEventArgs
Inherits ASPxGridCustomCallbackEventArgs
ASPxCardViewCustomCallbackEventArgs is the data class for the following events:
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.
Object EventArgs ASPxGridCustomCallbackEventArgs ASPxCardViewCustomCallbackEventArgs
See Also