| Visual Basic (Declaration) | |
|---|---|
Public Event GeometryEdit As EventHandler(Of EditGeometry.GeometryEditEventArgs) | |
| C# | |
|---|---|
public event EventHandler<EditGeometry.GeometryEditEventArgs> GeometryEdit | |
The event handler receives an argument of type EditGeometry.GeometryEditEventArgs containing data related to this event. The following EditGeometry.GeometryEditEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Action | Gets or sets the action. |
| Graphic | Gets or sets the graphic. |
| NewItems | Gets or sets the new items. |
| OldItems | Gets or sets the old items. |
Target Platforms:Windows Phone 7