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.
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
ControlChooseAddLocation Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace