in C# ``` public event Action<int> OnCountChange ``` Could this be accessed from TypeScript for wiring of events to JS?
in C#
Could this be accessed from TypeScript for wiring of events to JS?