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