Back to Devexpress

ASPxCardViewCustomCallbackEventArgs Class

aspnet-devexpress-dot-web-5e860a6a.md

latest2.1 KB
Original Source

ASPxCardViewCustomCallbackEventArgs Class

Provides data for the ASPxCardView.CustomCallback event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxCardViewCustomCallbackEventArgs :
    ASPxGridCustomCallbackEventArgs
vb
Public Class ASPxCardViewCustomCallbackEventArgs
    Inherits ASPxGridCustomCallbackEventArgs

ASPxCardViewCustomCallbackEventArgs is the data class for the following events:

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

ASPxCardViewCustomCallbackEventArgs Members

Card View

DevExpress.Web Namespace