[]
        
(Showing Draft Content)

C1.Win.C1SpellChecker.AutoReplaceEventArgs.-ctor

AutoReplaceEventArgs Constructor

AutoReplaceEventArgs(Control, string, string, int)

Initializes a new instance of an AutoReplaceEventArgs.

Declaration
public AutoReplaceEventArgs(Control control, string found, string replace, int index)
Parameters
Type Name Description
Control control

Control where the text is being replaced.

string found

String that contains the text about to be replaced.

string replace

String that contains the replacement text.

int index

Position of the found string in the control's text.