Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnSorting Method
SortingEventArgs object that contains the event data


In This Topic
OnSorting Method
In This Topic
Raises the Sorting event.
Syntax
'Declaration
 
Protected Overridable Sub OnSorting( _
   ByVal e As SortingEventArgs _
) 
 
'Usage
 
Dim instance As FpSpread
Dim e As SortingEventArgs
 
instance.OnSorting(e)

Parameters

e
SortingEventArgs object that contains the event data
See Also