Control.ContextMenuChanged Event

 

Occurs when the value of the ContextMenu property changes.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

[<BrowsableAttribute(false)>]
member ContextMenuChanged : IEvent<EventHandler,
    EventArgs>

This event is raised if the ContextMenu property is changed by either a programmatic modification or user interaction.

For more information about handling events, see Handling and Raising Events.

The following code example displays a message when a change occurs to the shortcut menu.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: