ComponentOne DataGrid for WPF and Silverlight
LoadedColumnHeaderPresenter Event (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : LoadedColumnHeaderPresenter Event
Occurs after the column header presenter is added in the visual tree and is ready for interaction.
Syntax
'Declaration
 
Public Event LoadedColumnHeaderPresenter As System.EventHandler(Of DataGridColumnEventArgs)
public event System.EventHandler<DataGridColumnEventArgs> LoadedColumnHeaderPresenter
Event Data

The event handler receives an argument of type DataGridColumnEventArgs containing data related to this event. The following DataGridColumnEventArgs properties provide information specific to this event.

PropertyDescription
Gets the column.  
See Also