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

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

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

    PropertyDescription
    Gets the details of a row.  
    Gets the row that owns the details.  
    See Also