Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / GroupingEventArgs Class / GroupingEventArgs Constructor
Sorting information


In This Topic
    GroupingEventArgs Constructor
    In This Topic
    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