ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.5.2 Assembly / C1.WPF.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 Point, _
       ByVal word As String, _
       ByVal start As Integer _
    )
    public WordLocationEventArgs( 
       Point loc,
       string word,
       int start
    )

    Parameters

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