| Visual Basic (Declaration) | |
|---|---|
Public Event MouseLeftButtonDown As GraphicsLayer.MouseButtonEventHandler | |
| C# | |
|---|---|
public event GraphicsLayer.MouseButtonEventHandler MouseLeftButtonDown | |
The event handler receives an argument of type GraphicMouseButtonEventArgs containing data related to this event. The following GraphicMouseButtonEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Graphic (Inherited from ESRI.ArcGIS.Client.GraphicMouseEventArgs) | Gets a reference to the the GraphicMouseEventArgs.Graphic that raised the event. |
| Handled | Gets or sets a value that marks the routed event as handled. A true value for Handled prevents most handlers along the event route from handling the same event again. |
| OriginalSource (Inherited from ESRI.ArcGIS.Client.GraphicMouseEventArgs) | Gets a reference to the object that raised the event. |
| StylusDevice (Inherited from ESRI.ArcGIS.Client.GraphicMouseEventArgs) | Gets an object that reports stylus device information, such as the collection of stylus points associated with the input. |
Target Platforms:Windows Phone 7