Initializes a new instance of a PropertyGroupCreatedEventArgs

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.GroupPanel.4 (in C1.Silverlight.FlexGrid.GroupPanel.4.dll)

Syntax

C#
public PropertyGroupCreatedEventArgs(
	string propName,
	Type dataType
)
Visual Basic
Public Sub New ( _
	propName As String, _
	dataType As Type _
)

Parameters

propName
Type: System..::..String
Name of the property being grouped on.
dataType
Type: System..::..Type
Type of the property being grouped on.

See Also