'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.
Property | Description |
---|---|
DetailsElement | Gets the details of a row. |
Row | Gets the row that owns the details. |
See Also