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

In This Topic
    UnloadedRowHeaderPresenter Event
    In This Topic
    Occurs before the visual element of a row header is removed from the visual tree.
    Syntax
    'Declaration
     
    
    Public Event UnloadedRowHeaderPresenter As EventHandler(Of DataGridRowEventArgs)
    public event EventHandler<DataGridRowEventArgs> UnloadedRowHeaderPresenter
    Event Data

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

    PropertyDescription
    Gets the row.  
    See Also