BCGControlBar Library for .NET
DockBarRowHeightChangedEventArgs Constructor




The height of the dockbar row before changing, in pixel.
The height of the dockbar row to set, in pixel.
Initializes a new instance of the DockBarRowHeightChangedEventArgs  class.
Syntax
'Declaration
 
Public Function New( _
   ByVal oldHeight As Integer, _
   ByVal newHeight As Integer _
)
'Usage
 
Dim oldHeight As Integer
Dim newHeight As Integer
 
Dim instance As New DockBarRowHeightChangedEventArgs(oldHeight, newHeight)
public DockBarRowHeightChangedEventArgs( 
   int oldHeight,
   int newHeight
)
public: DockBarRowHeightChangedEventArgs( 
   int oldHeight,
   int newHeight
)
public:
DockBarRowHeightChangedEventArgs( 
   int oldHeight,
   int newHeight
)

Parameters

oldHeight
The height of the dockbar row before changing, in pixel.
newHeight
The height of the dockbar row to set, in pixel.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DockBarRowHeightChangedEventArgs Class
DockBarRowHeightChangedEventArgs Members

Send Feedback