Click or drag to resize

IUndoRedoManagerTValidator Property

The delegate to ask for confirmation when a memento is added. A null validator means that the memento is always approved.

Namespace: RAYLASE.Marker.UndoRedo
Assembly: RAYLASE.Marker.UndoRedo (in RAYLASE.Marker.UndoRedo.dll) Version: 2.19.0
Syntax
C#
Func<IMemento<T>, (bool IsValid, bool RememberChoice)> Validator { get; set; }

Property Value

FuncIMementoT, ValueTupleBoolean, Boolean
See Also