Default code generation for event
Hi
If I select Create event "CodeSelectorsReady", R# creates
event Func<object, object, bool> CodeSelectorsReady;
Is there an option for it to create a default EventHandler CodeSelectorsReady instead?
Thanks
Jeremy
Please sign in to leave a comment.
Hello Jeremy,
Could you please attach a full sample solution demonstrating this behavior?
Thanks in advance!
Andrey Serebryansky
Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hi Andrey
I've just tried to create a sample project and the behaviour is different (it correctly creates the EventHandler and not the Func<object,object,bool>. Do you have somewhere I can upload the actual project I'm working on which consistently has the behaviour I originally complained about? I'd rather not upload it to a public site.
Regards
Jeremy
Hello Jeremy,
You can send it directly to andrew dot serebryansky at jetbrains dot com.
Thanks in advance!
Andrey Serebryansky
Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"