DataGridAutoGeneratingColumnEventArgs.

DataGridAutoGeneratingColumnEventArgs(string, Type, DataGridColumn) Constructor

Summary

Initializes a new instance of the DataGridAutoGeneratingColumnEventArgs class.

Syntax

public DataGridAutoGeneratingColumnEventArgs(string propertyName, Type propertyType, DataGridColumn column)

Parameters

Name Type Description
propertyName string The name of the property bound to the generated column.
propertyType Type The Type of the property bound to the generated column.
column DataGridColumn The generated column.

Return Value

Type Description
void