PropertyGroupCreatedEventArgs Constructor
In This Topic
Initializes a new instance of a
PropertyGroupCreatedEventArgs
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Type _
)
public PropertyGroupCreatedEventArgs(
string ,
Type
)
Parameters
- propName
- Name of the property being grouped on.
- dataType
- Type of the property being grouped on.
See Also