DataGridAutoGeneratingColumnEventArgs Constructor (String^, Type^, DataGridColumn^)
.NET Framework (current version)
Initializes a new instance of the DataGridAutoGeneratingColumnEventArgs class.
Assembly: PresentationFramework (in PresentationFramework.dll)
public:
DataGridAutoGeneratingColumnEventArgs(
String^ propertyName,
Type^ propertyType,
DataGridColumn^ column
)
Parameters
- propertyName
-
Type:
System::String^
The name of the property bound to the generated column.
- propertyType
-
Type:
System::Type^
The type of the property bound to the generated column.
- column
-
Type:
System.Windows.Controls::DataGridColumn^
The generated column.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: