BCGControlBar Library for .NET
OnCommandSent Method




Syntax
'Declaration
 
Protected Overridable Sub OnCommandSent( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As PopupBase
Dim e As EventArgs
 
instance.OnCommandSent(e)
protected virtual void OnCommandSent( 
   EventArgs e
)
protected: virtual void OnCommandSent( 
   EventArgs* e
) 
protected:
virtual void OnCommandSent( 
   EventArgs^ e
) 

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

PopupBase Class
PopupBase Members

Send Feedback