Table of Contents

Constructor PromptReplaceEventArgs

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

PromptReplaceEventArgs(string, bool, MessageBoxResult, bool)

Initializes PromptReplaceEventArgs with default parameters.

public PromptReplaceEventArgs(string text, bool handled, MessageBoxResult dialogResult, bool yesToAll)

Parameters

text string

The text to replace.

handled bool

Specifies whether prompt on replace event already handled.

dialogResult MessageBoxResult

Specifies dialog result for the prompt.

yesToAll bool

Specifies "yes" answer for all rest prompts.