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