IEventHandlerManager public interface IEventHandlerManager Documentation Task<int> AttachAsync(int workspaceID, int objectTypeID, int eventHandlerID) Task DetachAsync(int workspaceID, int objectTypeID, int eventHandlerID) Task<List<EventHandlerResponse>> GetAttachedAsync(int workspaceID, int objectTypeID) Task<List<EventHandlerResponse>> ListAsync(int workspaceID)