'Declaration Public Function New( _ ByVal dataRow As DataRow, _ ByVal groupKeys As GroupKeyList _ )
'Usage Dim dataRow As DataRow Dim groupKeys As GroupKeyList Dim instance As New QueryGroupKeysEventArgs(dataRow, groupKeys)
public QueryGroupKeysEventArgs( DataRow dataRow, GroupKeyList groupKeys )
Parameters
- dataRow
- The data row to group.
- groupKeys
- A list containing the group values.