Visual Basic (Declaration) | |
---|---|
Public Event EndSaveEdits As EventHandler(Of EndEditEventArgs) |
C# | |
---|---|
public event EventHandler<EndEditEventArgs> EndSaveEdits |
The event handler receives an argument of type EndEditEventArgs containing data related to this event. The following EndEditEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Results | Results from the edit operation |
Success | Whether the edit was successful. |
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family