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


In This Topic
    AutoSortedColumnEventArgs Class
    In This Topic
    Represents the event data for the AutoSortedColumn event for the Spread component, which occurs when the column has been automatically sorted.
    Syntax
    'Declaration
     
    
    Public Class AutoSortedColumnEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As AutoSortedColumnEventArgs
    public class AutoSortedColumnEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.AutoSortedColumnEventArgs

    See Also