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.OnSizeChanged(EventArgs).
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)
Syntax
'Declaration
Protected Overrides Sub OnSizeChanged ( _
args As EventArgs _
)
protected override void OnSizeChanged(
EventArgs args
)
protected:
virtual void OnSizeChanged(
EventArgs^ args
) override
abstract OnSizeChanged :
args:EventArgs -> unit
override OnSizeChanged :
args:EventArgs -> unit
protected override function OnSizeChanged(
args : EventArgs
)
Parameters
- args
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.