I am just wondering if in TypeScript you can define custom events on your classes or interfaces?
What would this look like?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How about this simplified event to be used as a property? Stronger typing of the owning class and no inheritance requirement:
used like so:
Improvements?
A gist for this