FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AutoSortedColumnEventArgs Class
Members


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

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

See Also