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

In This Topic
    UnloadedCellPresenter Event
    In This Topic
    Occurs before the visual element of a cell is removed from the visual tree.
    Syntax
    'Declaration
     
    
    Public Event UnloadedCellPresenter As EventHandler(Of DataGridCellEventArgs)
    public event 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