Spread for ASP.NET 9.0 Product Documentation
FetchGroupTextEventArgs Constructor


Group header created
Text to display in the group header
Creates a new set of FetchGroupText event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal group As Group, _
   ByVal text As String _
)
'Usage
 
Dim group As Group
Dim text As String
 
Dim instance As New FetchGroupTextEventArgs(group, text)
public FetchGroupTextEventArgs( 
   Group group,
   string text
)

Parameters

group
Group header created
text
Text to display in the group header
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

FetchGroupTextEventArgs Class
FetchGroupTextEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.