public void CancelEdit( Func<Task<bool>> callback )
Public Overloads Sub CancelEdit( _ ByVal callback As Func(Of Task(Of Boolean)) _ )
Parameters
- callback
- This function will be called and its result awaited after the edit operation and if it returns true the Edit will be retried.