Constructor PromptReplaceEventArgs
PromptReplaceEventArgs(string, bool, DialogResult, bool)
public PromptReplaceEventArgs(string text, bool handled, DialogResult dialogResult, bool yesToAll)
Parameters
text
stringThe text to replace.
handled
boolSpecifies whether prompt on replace event already handled.
dialogResult
DialogResultSpecifies dialog result for the prompt.
yesToAll
boolSpecifies "yes" answer for all rest prompts.