nikhilk / scriptsharp

Script# Project - a C# to JavaScript compiler, to power your HTML5 and Node.js web development.
http://scriptsharp.com
Other
658 stars 182 forks source link

Trying to implement ProgressEvent, inheriting from ElementEvent but there is no public constructor #457

Open larrywelch opened 6 years ago

larrywelch commented 6 years ago

I'm attempting to implement the ProgressEvent to use with my FileAPI-FileReader class. It derives from ElementEvent and I'm trying to inherit from the ElementEvent class but the compiler is complaining about the fact that ElementEvent essentially doesn't have a public constructor.

Is there another way to make this happen?