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


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

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.AutoSortingColumnEventArgs

    See Also