| Visual Basic (Declaration) | |
|---|---|
Public Event MouseMove As GraphicsLayer.MouseEventHandler | |
| C# | |
|---|---|
public event GraphicsLayer.MouseEventHandler MouseMove | |
The event handler receives an argument of type GraphicMouseEventArgs containing data related to this event. The following GraphicMouseEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Graphic | Gets a reference to the the GraphicMouseEventArgs.Graphic that raised the event. |
| OriginalSource | Gets a reference to the object that raised the event. |
| StylusDevice | Gets an object that reports stylus device information, such as the collection of stylus points associated with the input. |
Target Platforms:Windows Phone 7