[Visual Basic] Public Delegate Sub MouseUpDownEventHandler(ByVal sender As Object, ByVal e As MouseUpDownEventArgs)
[C#] public delegate void MouseUpDownEventHandler(object sender, MouseUpDownEventArgs e);
パラメータ
- sender
- イベントのソース。
- e
- イベント データを格納している MouseUpDownEventArgs 。
参照
ImageKit メンバ | Newtone.ImageKit.WPF.ImageKit