MutationCallback

MutationCallback delegate

Rappresenta il metodo che gestirà gli eventi di mutazione.

public delegate void MutationCallback(IList<MutationRecord> mutations, MutationObserver observer);
ParametroTipoDescrizione
mutationsIList`1L’elenco dei record di mutazione.
observerMutationObserverL’osservatore della mutazione.

Guarda anche