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


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

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

See Also