Spread for ASP.NET 12 Product Documentation
GroupingEventArgs Constructor


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > GroupingEventArgs Class : GroupingEventArgs Constructor
Sorting information
Creates a new set of grouping event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal info As SortInfo _
)
'Usage
 
Dim info As SortInfo
 
Dim instance As New GroupingEventArgs(info)
public GroupingEventArgs( 
   SortInfo info
)

Parameters

info
Sorting information
See Also

Reference

GroupingEventArgs Class
GroupingEventArgs Members