Events in interfaces in C#

Hi

Is there any way to make SDE properly show on class diagram events defined within interface in C#?

i.e.:

public interface
{
event EventHandler event1;
}

Thanks,
Krzysiek

Dear Krzysztof,

Thank you for raising this question. I have passed your concern to our engineers to follow-up. Once there is any feedback, I will get back to you immediately.

Best Regards,
Jick

Dear Krzysztof,

I notified our engieers and they have fixed the problem. Starting from the next release, events will be reversed as attributes with Event stereotype.

I will inform you once the next release is available.

Best Regards,
Jick

Thank you for your quick answer.

I noticed also that I can add an attribute with Event stereotype to an interface on a class diagram, but I cannot generate a code for this attribute, and after I switch back to the class diagram this attribute disappears without any warning.

I look forward to new SDE release.

Best regards,
Krzysiek