Skip to content

BreadcrumbBarItemClickedEventArgs(RoutedEvent, object, object, int) constructor

Defined in

Type: BreadcrumbBarItemClickedEventArgs Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public BreadcrumbBarItemClickedEventArgs(RoutedEvent routedEvent, object source, object item, int index)

Summary: BreadcrumbBarItemClickedEventArgs.

Parameters

NameTypeDescription
routedEventRoutedEventThe routed event.
sourceobjectThe source.
itemobjectThe item.
indexintThe index.

Remarks

Initializes a new instance of the BreadcrumbBarItemClickedEventArgs class.

See also