Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)
Syntax
'Declaration
Protected Overridable Sub OnLinkClick ( _
    href As String _
)
protected virtual void OnLinkClick(
    string href
)
protected:
virtual void OnLinkClick(
    String^ href
)
abstract OnLinkClick : 
        href:string -> unit  
override OnLinkClick : 
        href:string -> unit
protected function OnLinkClick(
    href : String
)
Parameters
- href
 Type: System.String
.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