ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / UnloadedColumnHeaderPresenter Event

In This Topic
    UnloadedColumnHeaderPresenter Event
    In This Topic
    Occurs before the visual element of a column header is removed from the visual tree.
    Syntax
    'Declaration
     
    
    Public Event UnloadedColumnHeaderPresenter As EventHandler(Of DataGridColumnEventArgs)
    public event 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