'Declaration Protected Overridable Sub OnHyperlinkClick( _
ByVal argsThe HyperlinkMouseEventArgs instance containing the event data.As HyperlinkMouseEventArgs _
)
protected virtual void OnHyperlinkClick(
HyperlinkMouseEventArgs args
)
protected: virtual void OnHyperlinkClick(
HyperlinkMouseEventArgs* args
)
protected:
virtual void OnHyperlinkClick(
HyperlinkMouseEventArgs^ args
)
Parameters
- args
- The HyperlinkMouseEventArgs instance containing the event data.