Skip to main content
All docs
V18.2

BootstrapUIWidgetExportEventArgs Members

Provides data for events related to saving files in the built-in dialogs.

Constructors

Name Description
constructor(component, element, cancel, data, fileName, format) Initializes a new instance of the BootstrapUIWidgetExportEventArgs class with the specified settings.

Properties

Name 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