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.
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?