ControlLinkToSccOptions.OnHandleCreated Method
This member overrides Control.OnHandleCreated(EventArgs).
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Protected Overrides Sub OnHandleCreated ( _
e As EventArgs _
)
protected override void OnHandleCreated(
EventArgs e
)
protected:
virtual void OnHandleCreated(
EventArgs^ e
) override
abstract OnHandleCreated :
e:EventArgs -> unit
override OnHandleCreated :
e:EventArgs -> unit
protected override function OnHandleCreated(
e : EventArgs
)
Parameters
- e
Type: System.EventArgs
.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.VisualStudio.TeamFoundation.VersionControl Namespace