BCGControlBar Library for .NET
PopupClose Event




Occurs on closing popup base.
Syntax
'Declaration
 
Public Event PopupClose As EventHandler
'Usage
 
Dim instance As PopupBase
Dim handler As EventHandler
 
AddHandler instance.PopupClose, handler
public event EventHandler PopupClose
public: __event EventHandler* PopupClose
public:
event EventHandler^ PopupClose
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