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