Delegate MutationCallback

Delegate MutationCallback

İsim alanı : Aspose.Svg.Dom.Mutations Toplantı: Aspose.SVG.dll (25.5.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