Expression Editor for WPF
WordLocationEventArgs コンストラクタ

C1.WPF.ExpressionEditor.4.5.2 アセンブリ > C1.WPF.ExpressionEditor 名前空間 > WordLocationEventArgs クラス : WordLocationEventArgs コンストラクタ
マウスポインタの位置。
単語。
単語の開始位置。
WordEventArgsの新しいインスタンスを初期化します。
シンタックス
'宣言
 
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
)

パラメータ

loc
マウスポインタの位置。
word
単語。
start
単語の開始位置。
参照

WordLocationEventArgs クラス
WordLocationEventArgs メンバ