Gets or sets the value indicating whether the hyperlink event was handled.

Namespace:  PerpetuumSoft.Reporting.Components
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public bool Handled { get; set; }
Visual Basic (Declaration)
Public Property Handled As Boolean
Visual C++
public:
property bool Handled {
	bool get ();
	void set (bool value);
}

See Also