# LineHandler

Property in [Dialogue](https://docs.yarnspinner.dev/2.4/api/csharp/yarn/yarn.dialogue)

## Summary

Gets or sets the [LineHandler](https://docs.yarnspinner.dev/2.4/api/csharp/yarn/yarn.linehandler) that is called when a line is ready to be shown to the user.

```csharp
public LineHandler LineHandler
{
            get; set; }
```
