.NET Framework Class Library

BoundsUpdatedEventArgs Constructor

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WinForms Namespace > BoundsUpdatedEventArgs Class >

.NET Framework Class Library

BoundsUpdatedEventArgs Constructor

Namespace: Gnostice.Controls.WinForms

Assembly:  Gnostice.Controls.WinForms (in Gnostice.Controls.WinForms.dll)

Syntax

Visual Basic

Public Sub New ( _
 bounds As RectangleF _
)

C#

public BoundsUpdatedEventArgs(
 RectangleF bounds
)

Visual C++

public:
BoundsUpdatedEventArgs(
 RectangleF bounds
)

Parameters

bounds

Type: System.Drawing.RectangleF

See Also

BoundsUpdatedEventArgs Class

BoundsUpdatedEventArgs Members

Gnostice.Controls.WinForms Namespace