'Declaration
Public Event OpeningContextMenuStrip As ContextMenuStripEventHandler
'Usage
Dim instance As ChartShape Dim handler As ContextMenuStripEventHandler AddHandler instance.OpeningContextMenuStrip, handler
public event ContextMenuStripEventHandler OpeningContextMenuStrip
Event Data
The event handler receives an argument of type ContextMenuStripEventArgs containing data related to this event. The following ContextMenuStripEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Location | Gets the location. |
See Also