BCGControlBar Library for .NET
DockBarRowHeightChangedEventArgs Class
Members 




Inherits EventArgs Class of namespace System.
Provides data for the DockBarRowHeightChanged event.
Data contains such properties as the Height of the DockBarRow before changing (Property OldHeight) and after it. (Property NewHeight).

Object Model
DockBarRowHeightChangedEventArgs Class
Syntax
'Declaration
 
Public Class DockBarRowHeightChangedEventArgs 
   Inherits System.EventArgs
'Usage
 
Dim instance As DockBarRowHeightChangedEventArgs
public class DockBarRowHeightChangedEventArgs : System.EventArgs 
public __gc class DockBarRowHeightChangedEventArgs : public System.EventArgs 
public ref class DockBarRowHeightChangedEventArgs : public System.EventArgs 
Inheritance Hierarchy

System.Object
   System.EventArgs
      BCGSoft.ControlBars.DockBarRowHeightChangedEventArgs

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 Members
BCGSoft.ControlBars Namespace

Send Feedback