DataGridAutoGeneratingColumnEventArgs(String, Type, DataGridColumn) 建構函式

定義

初始化 DataGridAutoGeneratingColumnEventArgs 類別的新執行個體。

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)

參數

propertyName
String

繫結至產生之資料行的屬性名稱。

propertyType
Type

繫結至產生之資料行的屬性型別。

column
DataGridColumn

產生的資料行。

適用於