Delegate MutationCallback
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
public delegate GlobalObject.Undefined MutationCallback(List<MutationRecord> mutations, MutationObserver observer)
Parameters
mutations List<MutationRecord>
observer MutationObserver
Returns
- GlobalObject.Undefined
Constructors
MutationCallback(object, nint)
public MutationCallback(object @object, nint method)
Parameters
object object
method nint
Methods
BeginInvoke(List<MutationRecord>, MutationObserver, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(List<MutationRecord> mutations, MutationObserver observer, AsyncCallback callback, object @object)
Parameters
mutations List<MutationRecord>
observer MutationObserver
callback AsyncCallback
object object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual GlobalObject.Undefined EndInvoke(IAsyncResult result)
Parameters
result IAsyncResult
Returns
- GlobalObject.Undefined
Invoke(List<MutationRecord>, MutationObserver)
public virtual GlobalObject.Undefined Invoke(List<MutationRecord> mutations, MutationObserver observer)
Parameters
mutations List<MutationRecord>
observer MutationObserver
Returns
- GlobalObject.Undefined