I have this handler:
public delegate void OnImageQueueFilledHandler(int imageQueueId); public event OnImageQueueFilledHandler OnImageQueueFilled;