Delegate MutationCallback
Delegate MutationCallback
Namespace: Aspose.Html.Dom.Mutations
Assembly: Aspose.HTML.dll (25.1.0)
변화를 처리할 메서드를 나타냅니다.
[ComVisible(true)]
public delegate void MutationCallback(IList<mutationrecord> mutations, MutationObserver observer)
매개변수
mutations
IList<MutationRecord>
변화 기록의 목록입니다.
observer
MutationObserver
변화 관찰자입니다.