[]
Initializes a new instance of the WordEventArgs.
public WordEventArgs(string word, int start)
Public Sub New(word As String, start As Integer)
| Type | Name | Description |
|---|---|---|
| string | word | The word. |
| int | start | The start position of the word. |