Click or drag to resize

BreadcrumbsEventArgs Constructor

Full constructor.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public BreadcrumbsEventArgs(
	string url,
	string text,
	string tab,
	CrumbFlags flags
)

Parameters

url
Type: SystemString
The current URL.
text
Type: SystemString
The caption text for the current URL.
tab
Type: SystemString
The current window/tab identifier, may be null/empty.
flags
Type: NetQuarryCrumbFlags
Flags for managing breadcrumbs.
See Also