ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.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 System.String, _
       ByVal start As System.Integer _
    )
    public WordEventArgs( 
       System.string word,
       System.int start
    )

    Parameters

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