Delegate MutationCallback

MutationCallback delegate

ミューテーション イベントを処理するメソッドを表します。

public delegate void MutationCallback(IList<MutationRecord> mutations, MutationObserver observer);
パラメータタイプ説明
mutationsIList`1ミューテーション レコードのリスト。
observerMutationObserver突然変異オブザーバー。

関連項目