Table of Contents

Constructor PromptReplaceEventArgs

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

PromptReplaceEventArgs(string, bool, DialogResult, bool)

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

Parameters

text string

The text to replace.

handled bool

Specifies whether prompt on replace event already handled.

dialogResult DialogResult

Specifies dialog result for the prompt.

yesToAll bool

Specifies "yes" answer for all rest prompts.