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