Skip to main content

ChipGenerationEventArgs(Object, Chip) Constructor

In This Article

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

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public ChipGenerationEventArgs(
    object item,
    Chip chip
)

#Parameters

Name Type
item Object
chip Chip
See Also