Implements HyperlinkClick.
Namespace:
PerpetuumSoft.Reporting.ComponentsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public event HyperlinkEventHandler HyperlinkClick |
Visual Basic (Declaration) |
---|
Public Event HyperlinkClick As HyperlinkEventHandler |
Visual C++ |
---|
public: virtual event HyperlinkEventHandler^ HyperlinkClick { void add (HyperlinkEventHandler^ value); void remove (HyperlinkEventHandler^ value); } |