DataGridAutoGeneratingColumnEventArgs(String, Type, DataGridColumn) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.