WordEventArgs の新しいインスタンスを初期化します。
シンタックス
'宣言
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
)
パラメータ
- loc
- マウスポインタの位置。
- word
- 単語。
- start
- 単語の開始位置。
参照