문제

I have been building a winforms windowsui application.I have already created user controls that has controls.when i first click tile item form load event fires,but second click doesnt. what is the problem. thank you

도움이 되었습니까?

해결책

I think you need to handle the View's ControlReleasing event and set the e.KeepControl parameter to false.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top