Delegate SizeChanged
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
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
AsyncCallbackobject
object
Returns
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>