LinksControl.OnEdit Method
Invokes the Edit dialog box.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub OnEdit
'Usage
Me.OnEdit()
protected override void OnEdit()
protected:
virtual void OnEdit() override
protected override function OnEdit()
Remarks
During an edit, the user can only modify the comment of a link.
.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