MutationCallback Delegate

MutationCallback delegate

Represents the method that will handle a mutation events.

public delegate void MutationCallback(IList<MutationRecord> mutations, MutationObserver observer);
ParameterTypeDescription
mutationsIList`1The list of mutation records.
observerMutationObserverThe mutation observer.

See Also