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

In This Topic
    LoadedColumnHeaderPresenter Event (C1DataGrid)
    In This Topic
    Occurs after the column header presenter is added in the visual tree and is ready for interaction.
    Syntax
    'Declaration
     
    
    Public Event LoadedColumnHeaderPresenter As EventHandler(Of DataGridColumnEventArgs)
    public event 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