'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.
Property | Description |
---|---|
Cell | Gets the cell. |
See Also