Delegate MutationCallback

Delegate MutationCallback

Der Name: Aspose.Svg.Dom.Mutations Versammlung: Aspose.SVG.dll (25.5.0)

Es repräsentiert die Methode, die eine Mutationsereignisse verwalten wird.

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

Parameters

mutations IList &undlt; MutationRecord >

Die Liste der Mutationsregister.

observer MutationObserver

Die Mutation Beobachter.

 Deutsch