DataGridAutoGeneratingColumnEventArgs(String, Type, DataGridColumn) Constructor

Definition

Initializes a new instance of the DataGridAutoGeneratingColumnEventArgs class.

public:
 DataGridAutoGeneratingColumnEventArgs(System::String ^ propertyName, Type ^ propertyType, System::Windows::Controls::DataGridColumn ^ column);
public DataGridAutoGeneratingColumnEventArgs (string propertyName, Type propertyType, System.Windows.Controls.DataGridColumn column);
new System.Windows.Controls.DataGridAutoGeneratingColumnEventArgs : string * Type * System.Windows.Controls.DataGridColumn -> System.Windows.Controls.DataGridAutoGeneratingColumnEventArgs
Public Sub New (propertyName As String, propertyType As Type, column As DataGridColumn)

Parameters

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.

Applies to