DataGridOnApplyTemplate Method

Builds the visual tree for the column header when a new template is applied.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
protected override void OnApplyTemplate(
	TemplateAppliedEventArgs e
)

Parameters

e  TemplateAppliedEventArgs
 

See Also