I am trying to get the resource for the event that is being resized. I tried adding the resource to the DataTagFields for the events. The resource is added, but when I try and get the resource out of e.Tag, I get an "Index out of range" exception. I have four columns added to the DataTagFields and the resource is the 4th item. From the EventResizeEventArgs, all the Tags are stored in position 0, instead of, in my case, 0 through 3.
Is there a reason they are stored this way. If so is there a different way of getting the resource for the event?