This documentation is archived and is not being maintained.
ContextMenu::Closed Event
.NET Framework (current version)
Occurs when a particular instance of a ContextMenu closes.
Namespace:
System.Windows.ControlsAssembly:
PresentationFramework (in PresentationFramework.dll)
public:
event RoutedEventHandler^ Closed {
void add(RoutedEventHandler^ value);
void remove(RoutedEventHandler^ value);
}
The following example shows how use the ContextMenu events: Opened and Closed.
<ContextMenu Name="cm" Opened="OnOpened" Closed="OnClosed" StaysOpen="true">
No code example is currently available or this language may not be supported.
.NET Framework
Available since 3.0
Return to top