Class DataGridColumnEventArgs
Provides data for DataGrid column-related events.
Inheritance
System.Object
System.EventArgs
DataGridColumnEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Data.dll
Syntax
public class DataGridColumnEventArgs : EventArgs
Constructors
| Improve this Doc View SourceDataGridColumnEventArgs(DataGridColumn)
Initializes a new instance of the DataGridColumnEventArgs class.
Declaration
public DataGridColumnEventArgs(DataGridColumn column)
Parameters
Type | Name | Description |
---|---|---|
DataGridColumn | column | The column that the event occurs for. |
Properties
| Improve this Doc View SourceColumn
Gets the column that the event occurs for.
Declaration
public DataGridColumn Column { get; }
Property Value
Type | Description |
---|---|
DataGridColumn |