DataGridAutoGeneratingColumnEventArgs(String, Type, DataGridColumn) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
產生的資料行。