Table of Contents

Delegate PromptOnReplaceEvent

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

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

public delegate void PromptOnReplaceEvent(object sender, PromptReplaceEventArgs e)

Parameters

sender object

The source of the event.

e PromptReplaceEventArgs

A PromptReplaceEventArgs that contains the event data.