Delegate MutationCallback

MutationCallback delegate

변형 이벤트를 처리할 메서드를 나타냅니다.

public delegate void MutationCallback(IList<MutationRecord> mutations, MutationObserver observer);
모수유형설명
mutationsIList`1돌연변이 레코드 목록입니다.
observerMutationObserver돌연변이 관찰자.

또한보십시오