Occurs when popup menu is closed.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Event MenuPopupEnd As MenuEventHandler
C#
public event MenuEventHandler MenuPopupEnd
Visual C++
public:
 event MenuEventHandler^ MenuPopupEnd {
	void add (MenuEventHandler^ value);
	void remove (MenuEventHandler^ value);
}
JavaScript
function add_menuPopupEnd(value);
function remove_menuPopupEnd(value);

See Also