| Visual Basic (Declaration) | |
|---|---|
Public Event BeginSaveEdits As EventHandler(Of BeginEditEventArgs) | |
| C# | |
|---|---|
public event EventHandler<BeginEditEventArgs> BeginSaveEdits | |
The event handler receives an argument of type BeginEditEventArgs containing data related to this event. The following BeginEditEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Adds | Adds |
| Cancel | Whether to cancel edit. |
| Deletes | Deletes |
| Updates | Updates |
Target Platforms:Windows Phone 7