The Breadcrumbs type exposes the following members.

Events

  NameDescription
BuildingUrl
Raised when the control is building a URL
DataBinding
Occurs when the server control binds to a data source.
(Inherited from Control.)
DataBound
Occurs after the server control binds to a data source.
(Inherited from BaseDataBoundControl.)
DimensionValueItemCreated
Raised after a BreadcrumbsDimensionValueItem is first created in the Breadcrumbs control, and before it is data bound.
DimensionValueItemDataBound
Raised after a DimensionValue is data bound in the Breadcrumbs control, and before it is rendered on the page.
DimensionValueParentSelected
Raised when the user selects a dimension value's parent.
DimensionValueRemoved
Raised when the user removes a dimension value.
DimensionValueSelected
Raised when the user selects a dimension value.
Disposed
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
(Inherited from Control.)
Init
Occurs when the server control is initialized, which is the first step in its lifecycle.
(Inherited from Control.)
ItemCommand
Raised when a button is clicked in the Breadcrumbs control.
Load
Occurs when the server control is loaded into the Page object.
(Inherited from Control.)
PreRender
Occurs after the Control object is loaded but prior to rendering.
(Inherited from Control.)
RangeFilterItemCreated
Raised after a BreadcrumbsRangeFilterItem is first created in the Breadcrumbs control, and before it is data bound.
RangeFilterItemDataBound
Raised after a RangeFilter is data bound in the Breadcrumbs control, and before it is rendered on the page.
RangeFilterRemoved
Raised when the user removes an applied range filter
SearchAdjustmentApplied
Raised when the user applies a suggested search adjustment.
SearchAdjustmentItemCreated
Raised after a BreadcrumbsSearchAdjustmentItem is first created in the Breadcrumbs control, and before it is data bound.
SearchAdjustmentItemDataBound
Raised after a SearchAdjustment is data bound in the Breadcrumbs control, and before it is rendered on the page.
SearchRemoved
Raised when the user removes an applied search.
SearchReportItemCreated
Raised after a BreadcrumbsSearchReportItem is first created in the Breadcrumbs control, and before it is data bound.
SearchReportItemDataBound
Raised after a SearchReport is data bound in the Breadcrumbs control, and before it is rendered on the page.
Unload
Occurs when the server control is unloaded from memory.
(Inherited from Control.)

See Also