Event AfterTextCompletion
- Namespace
- LMKit.TextEnhancement
- Assembly
- LM-Kit.NET.dll
Occurs after a text completion operation is performed.
public event EventHandler<AfterTextCompletionEventArgs> AfterTextCompletion
Returns
- EventHandler<AfterTextCompletionEventArgs>
- Occurs after a text completion operation is performed.
Remarks
This event can be used to receive notifications after each text rewriting operation is completed.
Subscribers can use this to perform additional processing or to stop further processing by setting
the Stop property to true
.