Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MouseLeftButtonUpそのため、WPF プロジェクトで画像要素 (「TheImage」という名前を付けます) でイベントをサブスクライブしようとしています。画像要素をクリックしたときにイベント ハンドラーを呼び出せるようにしたいと考えています。どうやってやるの?
MouseLeftButtonUp
Image クラスは であるため、UIElement直接サブスクライブできますMouseLeftButtonUp。
UIElement