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.UndoRedoAssembly: RAYLASE.Marker.UndoRedo (in RAYLASE.Marker.UndoRedo.dll) Version: 2.19.0
SyntaxFunc<IMemento<T>, (bool IsValid, bool RememberChoice)> Validator { get; set; }
Property Value
FuncIMementoT,
ValueTupleBoolean,
Boolean
See Also