Occurs when the value of the
System.Windows.Forms.Control.ContextMenu property changes.
Syntax
Visual Basic (Declaration) | |
---|
<SRCategoryAttribute("Property Changed")>
<BrowsableAttribute(False)>
<SRDescriptionAttribute("Occurs when the value of the ContextMenu property changes.")>
Public Event ContextMenuChanged As EventHandler |
C# | |
---|
[SRCategoryAttribute("Property Changed")]
[BrowsableAttribute(false)]
[SRDescriptionAttribute("Occurs when the value of the ContextMenu property changes.")]
public event EventHandler ContextMenuChanged |
C++/CLI | |
---|
[SRCategoryAttribute("Property Changed")]
[BrowsableAttribute(false)]
[SRDescriptionAttribute("Occurs when the value of the ContextMenu property changes.")]
public:
event EventHandler^ ContextMenuChanged |
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also