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


In This Topic
    AutoFilteringColumnEventArgs Class
    In This Topic
    Represents the event data for the AutoFilteringColumn event for the Spread component, which occurs when columns are being automatically filtered.
    Syntax
    'Declaration
     
    
    Public Class AutoFilteringColumnEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As AutoFilteringColumnEventArgs
    public class AutoFilteringColumnEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.AutoFilteringColumnEventArgs

    See Also