Spread Windows Forms 15.0
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)
    public delegate void ContextMenuStripEventHandler( 
       object sender,
       ContextMenuStripEventArgs e
    )

    Parameters

    sender
    e
    See Also