Spread Windows Forms 12.0 Product Documentation
OnSorting Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : OnSorting Method
SortingEventArgs object that contains the event data
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)
protected virtual void OnSorting( 
   SortingEventArgs e
)

Parameters

e
SortingEventArgs object that contains the event data
See Also

Reference

FpSpread Class
FpSpread Members