Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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.
    Object Model
    AutoFilteringColumnEventArgs ClassFpSpread Class
    Syntax
    'Declaration
     
    
    Public Class AutoFilteringColumnEventArgs 
       Inherits AutoFilteredColumnEventArgs
    'Usage
     
    
    Dim instance As AutoFilteringColumnEventArgs
    public class AutoFilteringColumnEventArgs : AutoFilteredColumnEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Web.Spread.AutoFilteredColumnEventArgs
             FarPoint.Web.Spread.AutoFilteringColumnEventArgs

    See Also