I have created an extension for on-prem TFS that I am trying to port to work with VSTS Online, and eventually publish to the Marketplace.
In my TFS version I used the Microsoft.TeamFoundation.Framework.Server.ISubscriber interface to hook into the WorkItemChangedEvent event to run my code whenever a work item is created or saved.
I'm having trouble locating an analogous VSTS extension point that I can use to execute my code when work items are modified/created, or a sample project that would be instructive to building this kind of extension.
I'd appreciate a point in the right direction. Is this even possible with a VSTS extension?