Problem adding an event from intellisense

elements 10.0.0.2321
Visual Studio 2015 Community update 3

When adding an event from intellisense, the implementation does not include the name of the class.

Sentence:
FCameraCapture.OnInsertedReverseGear += FCameraCaptureOnInsertedReverseGear;

Bad implementation:

method FCameraCaptureOnInsertedReverseGear (sender: Object; e: EventArgs);
begin

end;

Correct implementation:

method MainWindow.FCameraCaptureOnInsertedReverseGear (sender: Object; e: EventArgs);
begin

end;

Thanks, logged as bugs://80919

It’s been over a month.

I have installed version Elements 10.0.0.2371, several months have passed and it seems that someone has forgotten this problem.

it’s not forgotten. we just haven’t gotten around to it, sorry.

I’ve bumped up the priority.

Thank you.

1 Like