maze-project
Show / Hide Table of Contents

Delegate BorderGrip.PanUpdatedHandler

Pan updated delegate handler

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

The border grip 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(BorderGrip, PanUpdatedEventArgs, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(BorderGrip sender, PanUpdatedEventArgs e, AsyncCallback callback, object @object)
Parameters
Type Name Description
BorderGrip 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(BorderGrip, PanUpdatedEventArgs)

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