Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 539 Bytes

File metadata and controls

19 lines (15 loc) · 539 Bytes
id dxForm.Options.onDisposing
type function(e)

shortDescription

A function that is executed before the UI component is disposed of.

param(e): ui/form:DisposingEvent

Information about the event.

field(e.component): {WidgetName}

The UI component's instance.

field(e.element): DxElement

#include common-ref-elementparam with { element: "UI component" }