Skip to main content
All docs
V19.1

BreadcrumbCustomImageEventArgs(BreadcrumbControl, Object) Constructor

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

Namespace: DevExpress.Xpf.Controls

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

Declaration

public BreadcrumbCustomImageEventArgs(
    BreadcrumbControl source,
    object item
)

Parameters

Name Type Description
source BreadcrumbControl

 

item Object

 

Remarks

Instances of the BreadcrumbCustomImageEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also