# JournaledGrain&lt;TGrainState, TEventBase&gt;.UnconfirmedEvents

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.journaledgrain-2/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.journaledgrain-2/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.EventSourcing/JournaledGrain.cs#L163)

```csharp
public IEnumerable<TEventBase> JournaledGrain<TGrainState, UnconfirmedEvents
```

Returns the current queue of unconfirmed events.
