scriptsharp icon indicating copy to clipboard operation
scriptsharp copied to clipboard

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

Open larrywelch opened this issue 8 years ago • 0 comments

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?

larrywelch avatar Jan 17 '18 17:01 larrywelch