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


In This Topic
    FilterBarEventArgs Class
    In This Topic
    Represents the event data for the FilterBarClick and FilterBarDoubleClick events for the Spread component, which occur when the user clicks or double-clicks the mouse button with the pointer on the filter bar.
    Syntax
    'Declaration
     
    
    Public Class FilterBarEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As FilterBarEventArgs
    public class FilterBarEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.FilterBarEventArgs

    See Also