Angular Button Types

ClickEvent

The type of the click event handler's argument.

import { DxButtonTypes } from "devextreme-angular/ui/button"
Type: DxButtonTypes.ClickEvent

Used in:

ContentReadyEvent

The type of the contentReady event handler's argument.

import { DxButtonTypes } from "devextreme-angular/ui/button"
Type: DxButtonTypes.ContentReadyEvent

DisposingEvent

The type of the disposing event handler's argument.

import { DxButtonTypes } from "devextreme-angular/ui/button"
Type: DxButtonTypes.DisposingEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxButtonTypes } from "devextreme-angular/ui/button"
Type: DxButtonTypes.InitializedEvent

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxButtonTypes } from "devextreme-angular/ui/button"
Type: DxButtonTypes.OptionChangedEvent