# OnLineWillDismiss()

Method in [ActionMarkupHandler](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.actionmarkuphandler)

## Summary

Called right before the line will dismiss itself.

```csharp
public abstract void OnLineWillDismiss();
```

## Remarks

This does not mean that the entirety of the view itself will have been removed, just the [DialoguePresenterBase](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.dialoguepresenterbase) has completed displaying everything and is returning control back to the [DialogueRunner](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.dialoguerunner) to let more content flow.
