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