Summary
Provides data for
DataGrid
column-related events.
- Namespace
- Avalonia
.Controls - Base Types
-
- HandledEventArgs
graph BT
Type-->Base0["HandledEventArgs"]
Type["DataGridColumnEventArgs"]
class Type type-node
Syntax
public class DataGridColumnEventArgs : HandledEventArgs
Constructors
Name | Summary |
---|---|
Data |
Initializes a new instance of the DataGridColumnEventArgs class.
|
Properties
Name | Value | Summary |
---|---|---|
Column | DataGridColumn |
Gets the column that the event occurs for.
|