FarPoint.Win.Spread
AutoSortingColumnEventArgs Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : AutoSortingColumnEventArgs Class


Represents the event data for the AutoSortingColumn event for the Spread component, which occurs when columns are being automatically sorted.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class AutoSortingColumnEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As AutoSortingColumnEventArgs
C# 
public class AutoSortingColumnEventArgs : EventArgs 

Inheritance Hierarchy

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

See Also