Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / OpeningContextMenuStrip Event


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
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