ComponentOne DataGrid for WPF and Silverlight
UnloadedRowPresenter Event (C1DataGrid)

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