ComponentOne DataGrid for WPF and Silverlight
UnloadedColumnHeaderPresenter Event (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : UnloadedColumnHeaderPresenter Event
Occurs before the visual element of a column header is removed from the visual tree.
Syntax
'Declaration
 
Public Event UnloadedColumnHeaderPresenter As System.EventHandler(Of DataGridColumnEventArgs)
public event System.EventHandler<DataGridColumnEventArgs> UnloadedColumnHeaderPresenter
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