aienabled / WpfNewProjectSystemSample

Sample WPF application using the new csproj format (.NET Core project system https://github.com/dotnet/project-system/ ). Targering .NET Framework 4.6.2 or higher.
MIT License
25 stars 5 forks source link

Eventshandlers screen not available in properties screen #5

Open sanderobdeijn opened 6 years ago

sanderobdeijn commented 6 years ago

it says the element has no code behind file image

aienabled commented 6 years ago

@sanderobdeijn thank you for reporting! I'm sorry for the late reply. I've never used XAML designer with this sample app (and not using XAML designer for long time as it's unbearably slow with big projects). And I never using events - prefer MVVM pattern and with it it's rarely required to define event handlers right in XAML...

Unfortunately, I don't have any workaround for this issue. I think we need to report this to VS tools team. Maybe you've already did this?