Table of Contents

Delegate AutoCorrectEvent

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Represents a method that will handle the TextEditor.AutoCorrect event.

public delegate void AutoCorrectEvent(object sender, AutoCorrectEventArgs e)

Parameters

sender object

The source of the event.

e AutoCorrectEventArgs

A AutoCorrectEventArgs that contains the event data.