Table of Contents

Delegate SizeChanged

Namespace
MudBlazor.Services
Assembly
MudBlazor.dll

Delegate for handling size change events.

public delegate void SizeChanged(IDictionary<ElementReference, BoundingClientRect> changes)

Parameters

changes IDictionary<ElementReference, BoundingClientRect>

A dictionary containing the elements and their corresponding bounding client rectangles that have changed size.

Extension Methods

Constructors

SizeChanged(object, nint)

public SizeChanged(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(IDictionary<ElementReference, BoundingClientRect>, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(IDictionary<ElementReference, BoundingClientRect> changes, AsyncCallback callback, object @object)

Parameters

changes IDictionary<ElementReference, BoundingClientRect>
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(IDictionary<ElementReference, BoundingClientRect>)

public virtual void Invoke(IDictionary<ElementReference, BoundingClientRect> changes)

Parameters

changes IDictionary<ElementReference, BoundingClientRect>