Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnSorted Method
SortedEventArgs object that contains the event data


In This Topic
    OnSorted Method
    In This Topic
    Raises the Sorted event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSorted( _
       ByVal e As SortedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim e As SortedEventArgs
     
    instance.OnSorted(e)
    protected virtual void OnSorted( 
       SortedEventArgs e
    )

    Parameters

    e
    SortedEventArgs object that contains the event data
    See Also