Skip to main content

ASPxSpreadsheet.DocumentCallback Event

OBSOLETE

Use the Callback event instead

Fires when a round trip to the server has been initiated by the loaded document.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

[Obsolete("Use the Callback event instead")]
public event CallbackEventHandlerBase DocumentCallback

Event Data

The DocumentCallback event's data class is CallbackEventArgsBase. The following properties provide information specific to this event:

Property Description
Parameter Gets a string that contains specific information (if any) passed from the client side.
See Also