Spread for ASP.NET 8.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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FetchGroupTextEventArgs Class
FetchGroupTextEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.