BCGSoft.ControlBars Namespace : DockBarRowHeightChangedEventHandler Delegate |
Represents the method that will handle RowHeightChanged event of the DockBar.
This event is raised when a new height of the dockbar row will be set in property Height of the DockBarRow class.
In ControlBar .NET library this event is used for raising another event related to resizing and rearranging dockbarrows of the current Dockbar.
'Declaration Public Delegate Sub DockBarRowHeightChangedEventHandler( _ ByVal sender As Object, _ ByVal e As DockBarRowHeightChangedEventArgs _ )
'Usage Dim instance As New DockBarRowHeightChangedEventHandler(AddressOf HandlerMethod)
public delegate void DockBarRowHeightChangedEventHandler( object sender, DockBarRowHeightChangedEventArgs e )
public: __gc __delegate void DockBarRowHeightChangedEventHandler( Object* sender, DockBarRowHeightChangedEventArgs* e )
public delegate void DockBarRowHeightChangedEventHandler( Object^ sender, DockBarRowHeightChangedEventArgs^ e )
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