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

ASPxGridViewAfterPerformCallbackEventArgs(String, String[]) Constructor

Initializes a new instance of the ASPxGridViewAfterPerformCallbackEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ASPxGridViewAfterPerformCallbackEventArgs(
    string callbackName,
    string[] args
)

Parameters

Name Type Description
callbackName String

A String value that specifies the callback name. This value is assigned to the ASPxGridAfterPerformCallbackEventArgs.CallbackName property.

args String[]

An array of strings that contain specific information (if any) passed from the client side. This value is assinged to the ASPxGridAfterPerformCallbackEventArgs.Args property.

See Also