maze-project
Show / Hide Table of Contents

Delegate BorderBox.PanUpdatedHandler

Pan updated delegate handler

Namespace: Maze.Maui.Controls.InteractiveGrid
Assembly: Maze.Maui.Controls.dll
Syntax
public delegate void BorderBox.PanUpdatedHandler(BorderBox sender, PanUpdatedEventArgs e)
Parameters
Type Name Description
BorderBox sender

The border box sender

PanUpdatedEventArgs e

Pan updated event arguments

Constructors

PanUpdatedHandler(object, nint)

Declaration
public PanUpdatedHandler(object @object, nint method)
Parameters
Type Name Description
object object
nint method

Methods

BeginInvoke(BorderBox, PanUpdatedEventArgs, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(BorderBox sender, PanUpdatedEventArgs e, AsyncCallback callback, object @object)
Parameters
Type Name Description
BorderBox sender
PanUpdatedEventArgs e
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result

Invoke(BorderBox, PanUpdatedEventArgs)

Declaration
public virtual void Invoke(BorderBox sender, PanUpdatedEventArgs e)
Parameters
Type Name Description
BorderBox sender
PanUpdatedEventArgs e
In this article
Back to top Generated by DocFX