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


In This Topic
    SortingEventArgs Class
    In This Topic
    Represents the event data for the Sorting event for the Spread component, which occurs when spread is sorting.
    Syntax
    'Declaration
     
    
    Public Class SortingEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As SortingEventArgs
    public class SortingEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.SortingEventArgs

    See Also