Occurs when the value of the
System.Windows.Forms.Control.ContextMenuStrip property changes.
Syntax
Visual Basic (Declaration) | |
---|
<SRDescriptionAttribute("Occurs when the value of the ContextMenuStrip property changes.")>
<SRCategoryAttribute("Property Changed")>
Public Event ContextMenuStripChanged As EventHandler |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Medical3DControl
Dim handler As EventHandler
AddHandler instance.ContextMenuStripChanged, handler |
C# | |
---|
[SRDescriptionAttribute("Occurs when the value of the ContextMenuStrip property changes.")]
[SRCategoryAttribute("Property Changed")]
public event EventHandler ContextMenuStripChanged |
C++/CLI | |
---|
[SRDescriptionAttribute("Occurs when the value of the ContextMenuStrip property changes.")]
[SRCategoryAttribute("Property Changed")]
public:
event EventHandler^ ContextMenuStripChanged |
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