LocalPathLinkBox.OnHandleCreated Method
This member overrides RichTextBox.OnHandleCreated(EventArgs).
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.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.