Skip to main content
A newer version of this page is available. .

DrillDownStateChangedEventArgs(BreadcrumbItemCollection) Constructor

Initializes a new DrillDownStateChangedEventArgs instance with the specified breadcrumb item collections.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public DrillDownStateChangedEventArgs(
    BreadcrumbItemCollection breadcrumbs
)

Parameters

Name Type Description
breadcrumbs BreadcrumbItemCollection

The collection of current breadcrumb items.

See Also