Summary
Initializes a new instance of the
DataGridColumnEventArgs
class.
- Namespace
- Avalonia
.Controls - Containing Type
- Data
Grid Column Event Args
Syntax
public DataGridColumnEventArgs(DataGridColumn column)
Parameters
Name | Type | Description |
---|---|---|
column | DataGridColumn | The column that the event occurs for. |
Return Value
Type | Description |
---|---|
void |