BCGControlBar Library for .NET
WidthChangingHandler Delegate




Represents the method that will handle WidthChanging event of the ToolbarButton. This event is raised when the new value of the property Width of the ToolbarButton is set.
Syntax
'Declaration
 
Public Delegate Sub WidthChangingHandler( _
   ByVal sender As Object, _
   ByVal e As ToolBarButtonWidthChangingEventArgs _
) 
'Usage
 
Dim instance As New WidthChangingHandler(AddressOf HandlerMethod)
public delegate void WidthChangingHandler( 
   object sender,
   ToolBarButtonWidthChangingEventArgs e
)
public: __gc __delegate void WidthChangingHandler( 
   Object* sender,
   ToolBarButtonWidthChangingEventArgs* e
)
public delegate void WidthChangingHandler( 
   Object^ sender,
   ToolBarButtonWidthChangingEventArgs^ e
)

Parameters

sender
e
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

WidthChangingHandler Members
BCGSoft.ControlBars Namespace

Send Feedback