ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / WordLocationEventArgs Class / WordLocationEventArgs Constructor
The position of the mouse pointer.
The work.
The start position of the word.

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

    Parameters

    loc
    The position of the mouse pointer.
    word
    The work.
    start
    The start position of the word.
    See Also