Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ContextMenuStripEventArgs Class
Members


In This Topic
    ContextMenuStripEventArgs Class
    In This Topic
    Represent a data structure when the context menu is displayed.
    Syntax
    'Declaration
     
    
    Public Class ContextMenuStripEventArgs 
       Inherits System.ComponentModel.CancelEventArgs
    'Usage
     
    
    Dim instance As ContextMenuStripEventArgs
    public class ContextMenuStripEventArgs : System.ComponentModel.CancelEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.ComponentModel.CancelEventArgs
             FarPoint.Win.Spread.Chart.ContextMenuStripEventArgs

    See Also