Delegate MutationCallback

Delegate MutationCallback

İsim alanı : Aspose.Html.Dom.Mutations Görüntüleme: Aspose.HTML.dll (25.4.0)

Bir mutasyon olayını ele alacak yöntemini temsil eder.

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

Parameters

mutations IList &lt için; MutationRecord >

Mutasyon kayıtları listesi.

observer MutationObserver

Mutasyon gözlemcisi oldu.

 Türkçe