ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.ExpressionEditor Namespace / WordEventArgs Class / WordEventArgs Constructor
The word.
The start position of the word.

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

    Parameters

    word
    The word.
    start
    The start position of the word.
    See Also