ComponentOne DataGrid for WPF and Silverlight
UnloadedCellPresenter Event (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : UnloadedCellPresenter Event
Occurs before the visual element of a cell is removed from the visual tree.
Syntax
'Declaration
 
Public Event UnloadedCellPresenter As System.EventHandler(Of DataGridCellEventArgs)
public event System.EventHandler<DataGridCellEventArgs> UnloadedCellPresenter
Event Data

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

PropertyDescription
Gets the cell.  
See Also