Event fired when an item on the context menu is clicked.
Syntax
Event Data
The event handler receives an argument of type ContextMenuItemEventArgs containing data related to this event. The following ContextMenuItemEventArgs properties provide information specific to this event.
Property | Description |
---|
Context | Context string for the callback. |
Control | Control that triggered the event. |
Item | Menu item clicked. |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also