BootstrapUIWidgetExportEventArgs Properties
Provides data for events related to saving files in the built-in dialogs.| 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