BootstrapUIWidgetBase.FileSaving Event
Raised before a file with exported data is saved on the user’s local storage.
Declaration
FileSaving: ASPxClientEvent<BootstrapUIWidgetFileSavingEventHandler<BootstrapUIWidgetBase>>
Event Data
The FileSaving event's data class is ASPxClientEventArgs.
See Also