ComponentOne DataGrid for WPF and Silverlight
UnloadedRowDetailsPresenter Event (C1DataGrid)

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