ASPxGridAfterPerformCallbackEventArgs(String, String[]) Constructor
Initializes a new instance of the ASPxGridAfterPerformCallbackEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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. |
See Also