BCGControlBar Library for .NET
ReplaceEmbeddedControl Event




Occurs when the embedded control in the miniframe is changed.
Syntax
'Declaration
 
Public Event ReplaceEmbeddedControl As EventHandler
'Usage
 
Dim instance As MiniFrame
Dim handler As EventHandler
 
AddHandler instance.ReplaceEmbeddedControl, handler
public event EventHandler ReplaceEmbeddedControl
public: __event EventHandler* ReplaceEmbeddedControl
public:
event EventHandler^ ReplaceEmbeddedControl
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

MiniFrame Class
MiniFrame Members

Send Feedback