Represents the method that handles the OnStopEditing event.
[Visual Basic .NET] Public Delegate Sub OnStopEditingEventHandler ( _ ByVal saveEdits As Boolean _ )
[C#] public delegate void OnStopEditingEventHandler ( bool saveEdits );