Delegate MutationCallback

Delegate MutationCallback

Namespace: Aspose.Html.Dom.Mutations
Assembly: Aspose.HTML.dll (25.1.0)

Đại diện cho phương thức sẽ xử lý các sự kiện biến đổi.

[ComVisible(true)]
public delegate void MutationCallback(IList<mutationrecord> mutations, MutationObserver observer)

Tham số

mutations IList<MutationRecord&gt;

Danh sách các bản ghi biến đổi.

observer MutationObserver

Người quan sát biến đổi.

 Tiếng Việt