BCGControlBar Library for .NET
raise_ParentCommandBarChanged Method




Syntax
'Declaration
 
Public Sub raise_ParentCommandBarChanged( _
   ByVal object As Object, _
   ByVal args As EventArgs _
) 
'Usage
 
Dim instance As ToolbarButton
Dim object As Object
Dim args As EventArgs
 
instance.raise_ParentCommandBarChanged(object, args)
public void raise_ParentCommandBarChanged( 
   object object,
   EventArgs args
)
public: void raise_ParentCommandBarChanged( 
   Object* object,
   EventArgs* args
) 
public:
void raise_ParentCommandBarChanged( 
   Object^ object,
   EventArgs^ args
) 

Parameters

object
args
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

ToolbarButton Class
ToolbarButton Members

Send Feedback