動作環境
Windows 7 Pro (32bit)
Microsoft Visual Studio 2017 Community
Sublime Text 2
http://gushwell.ldblog.jp/archives/52306698.html
を元に学習中。
ListBoxにおいてGridViewColumnHeader.Clickの指定をしようとしていたが、Intellisenseでは候補が表示されない。
自分の環境では使えない機能だろうかというと、使えた。
https://stackoverflow.com/questions/896294/get-headerclick-event-of-a-wpf-listview
の
Matt Hamilton May 22 '09 at 4:36のコメント
Events that apply to children like that won't show up in Intellisense - the editor can't know which ones you might want to use!
子要素のイベントに関しては候補を出せないとのこと。
Intellisenseで表示されないのであれば、こういうキーワードがある、と記憶しないといけない。