Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterBarEventArgs Class
Members


FilterBarEventArgs Class
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
Inheritance Hierarchy

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

See Also