MutationCallback
MutationCallback delegate
Rappresenta il metodo che gestirà gli eventi di mutazione.
public delegate void MutationCallback(IList<MutationRecord> mutations, MutationObserver observer);
| Parametro | Tipo | Descrizione |
|---|---|---|
| mutations | IList`1 | L’elenco dei record di mutazione. |
| observer | MutationObserver | L’osservatore della mutazione. |
Guarda anche
- class MutationRecord
- class MutationObserver
- spazio dei nomi Aspose.Svg.Dom.Mutations
- assemblea Aspose.SVG