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