BCGSoft.ControlBars Namespace : WidthChangingHandler Delegate |
'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 )
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