[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.ContextMenuStripEventHandler

ContextMenuStripEventHandler Delegate

Represents a method which will be called when the context menu is displayed.

Namespace: FarPoint.Win.Spread.Chart
Assembly: FarPoint.Win.Spread.dll
Syntax
public delegate void ContextMenuStripEventHandler(object sender, ContextMenuStripEventArgs e)
Public Delegate Sub ContextMenuStripEventHandler(sender As Object, e As ContextMenuStripEventArgs)
Parameters
Type Name Description
object sender Represents a method which will be called when the context menu is displayed.
ContextMenuStripEventArgs e Represents a method which will be called when the context menu is displayed.