BCGControlBar Library for .NET
ParentCommandBarChangingHandler Delegate




Represents the method that will handle ParentCommandBarChanging event of a ToolbarButton. 
This events are raised when the toolbar button changes the parent command bar.
Syntax
'Declaration
 
Public Delegate Sub ParentCommandBarChangingHandler( _
   ByVal sender As Object, _
   ByVal e As ToolBarButtonParentChagingEventArgs _
) 
'Usage
 
Dim instance As New ParentCommandBarChangingHandler(AddressOf HandlerMethod)
public delegate void ParentCommandBarChangingHandler( 
   object sender,
   ToolBarButtonParentChagingEventArgs e
)
public: __gc __delegate void ParentCommandBarChangingHandler( 
   Object* sender,
   ToolBarButtonParentChagingEventArgs* e
)
public delegate void ParentCommandBarChangingHandler( 
   Object^ sender,
   ToolBarButtonParentChagingEventArgs^ 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

ParentCommandBarChangingHandler Members
BCGSoft.ControlBars Namespace

Send Feedback