Initializes a new instance of the
WordEventArgs.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Integer _
)
public WordEventArgs(
System.string ,
System.int
)
Parameters
- word
- The word.
- start
- The start position of the word.
See Also