'宣言 Public Event PositionChanged As LineMarker.PositionChangedEventHandler
public event LineMarker.PositionChangedEventHandler PositionChanged
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、PositionChangedEventArgs 型の引数を受け取りました。次の PositionChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
X | Gets or sets the X coordinate of the mouse position. |
Y | Gets or sets the Y coordinate of the mouse position. |
参照