Spread Windows Forms 12.0 Product Documentation
OpeningContextMenuStrip Event


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > ChartShape Class : OpeningContextMenuStrip Event
Occurs when opening context menu strip.
Syntax
'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.

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
Gets the location.  
See Also