Delegate PromptOnReplaceEvent
Represents a method that will handle the TextEditor.PromptOnReplace event.
public delegate void PromptOnReplaceEvent(object sender, PromptReplaceEventArgs e)
Parameters
senderobjectThe source of the event.
ePromptReplaceEventArgsA
PromptReplaceEventArgsthat contains the event data.