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

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 BootstrapUIWidgetExportEventArgs. The following properties provide information specific to this event:

Property Description
cancel Allows you to cancel file saving.
component The widget instance. Inherited from BootstrapUIWidgetEventArgsBase.
data Gets the saved data as a BLOB object.
element The widget’s container. Inherited from BootstrapUIWidgetEventArgsBase.
fileName Gets a name of a saved file.
format Gets the saved file’s format.
See Also