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
| Name | Type | Description |
|---|---|---|
routedEvent | RoutedEvent | The routed event. |
source | object | The source. |
item | object | The item. |
index | int | The index. |
Remarks
Initializes a new instance of the BreadcrumbBarItemClickedEventArgs class.
See also