ContextMenu.Opened Event

 

Occurs when a particular instance of a context menu opens.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

member Opened : IEvent<RoutedEventHandler,
    RoutedEventArgs>

Identifier field

OpenedEvent

Routing strategy

Bubbling

Delegate

RoutedEventHandler

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
Show: