JavaScript/jQuery Exporter Events
This section describes events fired by this widget.
disposing
Raised before the widget is disposed of.
Event
Information about the event.
Name | Type | Description |
---|---|---|
component | Exporter |
The widget's instance. |
Main article: onDisposing
See Also
initialized
Raised only once, after the widget is initialized.
Event
Information about the event.
Name | Type | Description |
---|---|---|
component | Exporter |
The widget's instance. |
element |
The widget's container. It is an HTML Element or a jQuery Element when you use jQuery. |
Main article: onInitialized
See Also
optionChanged
Raised after a widget option is changed.
Event
Main article: onOptionChanged
See Also
If you have technical questions, please create a support ticket in the DevExpress Support Center.