DataGridAutoGeneratingColumnEventArgs Constructor
Initializes a new instance of the DataGridAutoGeneratingColumnEventArgs class.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public DataGridAutoGeneratingColumnEventArgs(
string propertyName,
Type propertyType,
DataGridColumn column
)
Public Sub New (
propertyName As String,
propertyType As Type,
column As DataGridColumn
)
new :
propertyName : string *
propertyType : Type *
column : DataGridColumn -> DataGridAutoGeneratingColumnEventArgs
Parameters
- String
- The name of the property bound to the generated column.
- Type
- The Type of the property bound to the generated column.
- DataGridColumn
- The generated column.
See Also
Reference
DataGridAutoGeneratingColumnEventArgs Class
Avalonia.Controls Namespace