MutationCallback
MutationCallback delegate
Representerar metoden som kommer att hantera en mutationshändelser.
public delegate void MutationCallback(IList<MutationRecord> mutations, MutationObserver observer);
Parameter | Typ | Beskrivning |
---|---|---|
mutations | IList`1 | Listan över mutationsposter. |
observer | MutationObserver | Mutationsobservatören. |
Se även
- class MutationRecord
- class MutationObserver
- namnutrymme Aspose.Svg.Dom.Mutations
- hopsättning Aspose.SVG