Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ContextMenuStripEventHandler Delegate


In This Topic
ContextMenuStripEventHandler Delegate
In This Topic
Represents a method which will be called when the context menu is displayed.
Syntax
'Declaration
 
Public Delegate Sub ContextMenuStripEventHandler( _
   ByVal sender As Object, _
   ByVal e As ContextMenuStripEventArgs _
) 
 
'Usage
 
Dim instance As New ContextMenuStripEventHandler(AddressOf HandlerMethod)

Parameters

sender
e
See Also