Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)
Syntax
'Declaration
Protected Overridable Sub OnLinkClick ( _
    anchor As HtmlElement _
)
protected virtual void OnLinkClick(
    HtmlElement anchor
)
protected:
virtual void OnLinkClick(
    HtmlElement^ anchor
)
abstract OnLinkClick : 
        anchor:HtmlElement -> unit  
override OnLinkClick : 
        anchor:HtmlElement -> unit
protected function OnLinkClick(
    anchor : HtmlElement
)
Parameters
- anchor
 Type: System.Windows.Forms.HtmlElement
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace