# AfterResourcesCreatedEvent Properties

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [AfterResourcesCreatedEvent](/reference/api/csharp/aspire.hosting/afterresourcescreatedevent.md)
- Kind: `Properties`
- Members: `2`

This event is published after all resources have been created.

## Model

- Name: `Model`
- Modifiers: `get`
- Returns: [DistributedApplicationModel](/reference/api/csharp/aspire.hosting/distributedapplicationmodel.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting/ApplicationModel/AfterResourcesCreatedEvent.cs#L40)

The [DistributedApplicationModel](/reference/api/csharp/aspire.hosting/distributedapplicationmodel.md) instance.

```csharp
public DistributedApplicationModel Model { get; }
```

## Services

- Name: `Services`
- Modifiers: `get`
- Returns: `IServiceProvider`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/bd20f904cde09ecb9c9ae5116a6f13614bf2d7c2/src/Aspire.Hosting/ApplicationModel/AfterResourcesCreatedEvent.cs#L35)

The `IServiceProvider` instance.

```csharp
public IServiceProvider Services { get; }
```
