Skip to main content

ChipEventArgs(Object, Chip) Constructor

Initializes a new instance of the ChipEventArgs class with specified settings.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public ChipEventArgs(
    object item,
    Chip chip
)

Parameters

Name Type Description
item Object

The data object based on which the processed chip is generated.

chip Chip

The processed chip.

See Also