IBlazorCustomHistoryChangeArgs

23 Sep 20251 minute to read

ICustomHistoryChangeArgs notifies when the label of an element under goes editing

Properties

entryType string

returns the type of the entry that means undo or redo

newValue HistoryChangeEventObject

returns an array of objects, where each object represents the changes made in last undo/redo

oldValue HistoryChangeEventObject

returns a collection of objects that are changed in the last undo/redo