Class PromptReplaceEventArgs
Provides data for the PromptOnReplaceEvent
handler.
public class PromptReplaceEventArgs : EventArgs
- Inheritance
-
PromptReplaceEventArgs
Constructors
Properties
- DialogResult
Represents dialog result for the prompt.
- Handled
Represents a value indicating whether prompt on replace event is handled, disabling use default prompt dialog. By default this value is false.
- Text
Represents the text to replace.
- YesToAll
Represent a value indicating "yes" answer to all rest prompts, prevents following prompts.