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