Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataGridAutoGeneratingColumnEventArgs Constructor (String^, Type^, DataGridColumn^)

 

Initializes a new instance of the DataGridAutoGeneratingColumnEventArgs class.

Namespace:   System.Windows.Controls
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
Return to top
Show:
© 2017 Microsoft