Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BeforeShowContextMenuEventArgs Class
Members


In This Topic
    BeforeShowContextMenuEventArgs Class
    In This Topic
    Represents the event data for the BeforeShowContextMenu event for the Spread component, which occurs when the user open the enhanced filter context menu.
    Syntax
    'Declaration
     
    
    Public Class BeforeShowContextMenuEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As BeforeShowContextMenuEventArgs
    public class BeforeShowContextMenuEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.BeforeShowContextMenuEventArgs

    See Also