Skip to main content

ChipGenerationEventArgs(Object, Chip) Constructor

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public ChipGenerationEventArgs(
    object item,
    Chip chip
)

Parameters

Name Type Description
item Object

The data object based on which the processed chip should be generated.

chip Chip

The chip.

See Also