BCGControlBar Library for .NET
RaiseExecuteCommand Method (RibbonControl)




Syntax
'Declaration
 
Public Overrides Sub RaiseExecuteCommand( _
   ByVal e As ExecuteCommandEventArgs _
) 
'Usage
 
Dim instance As RibbonControl
Dim e As ExecuteCommandEventArgs
 
instance.RaiseExecuteCommand(e)
public override void RaiseExecuteCommand( 
   ExecuteCommandEventArgs e
)
public: void RaiseExecuteCommand( 
   ExecuteCommandEventArgs* e
) override 
public:
void RaiseExecuteCommand( 
   ExecuteCommandEventArgs^ e
) override 

Parameters

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

RibbonControl Class
RibbonControl Members
Base Implementation in RaiseExecuteCommand

Send Feedback