ComponentOne Expression Editor for WPF
WordLocationEventArgs Constructor

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace > WordLocationEventArgs Class : WordLocationEventArgs Constructor
The position of the mouse pointer.
The work.
The start position of the word.
Initializes a new instance of the WordEventArgs.
Syntax
'Declaration
 
Public Function New( _
   ByVal loc As System.Windows.Point, _
   ByVal word As System.String, _
   ByVal start As System.Integer _
)
public WordLocationEventArgs( 
   System.Windows.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

Reference

WordLocationEventArgs Class
WordLocationEventArgs Members