Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortedEventArgs Class
Members


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

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.SortedEventArgs

    See Also