Delegate MutationCallback

Delegate MutationCallback

Il nome: Aspose.Svg.Dom.Mutations Assemblea: Aspose.SVG.dll (25.5.0)

Esso rappresenta il metodo che gestirà un evento di mutazione.

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

Parameters

mutations IList di < MutationRecord >

L’elenco dei registri di mutazione.

observer MutationObserver

Gli osservatori della mutazione.

 Italiano