BCGControlBar Library for .NET
CommandSent Event




Occurs when the user select any command from the popup base.
Syntax
'Declaration
 
Public Event CommandSent As EventHandler
'Usage
 
Dim instance As PopupBase
Dim handler As EventHandler
 
AddHandler instance.CommandSent, handler
public event EventHandler CommandSent
public: __event EventHandler* CommandSent
public:
event EventHandler^ CommandSent
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