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.



Comments
Post a Comment