c# - Events list in Visual Studio 2015 -


using vs2013 possible, @ least vb.net, double click on control , default event show in code file. above there pull down list of other possible events control.

now i'm working in vs2015 , in c#, list not there. can still double click on control default event, cannot add event. don't think i'm supposed edit designer file.

how do now? need add events in code file now?

for example want able drop file on windows application. somewhere need add event this.

winforms :
enter image description here

wpf:
enter image description here
see properties window:
enter image description here


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -