public void SetOnComitted( Action<bool> callback )
Public Sub SetOnComitted( _ ByVal callback As Action(Of Boolean) _ )
Parameters
- callback
- The action to take when this operation is committed, the argument specifies whether the edit was saved or discarded.