I have a graphics layer of features that I draw, with associated symbols. How can I change the color of each graphic on the graphics layer when you mouse over it? I am adding these manually in code-behind applying a symbol to each feature from a featureclass I created from a JSON string. Is there some way to attach a mouse over method at the time I create the graphic? Some other way?