InkCanvasGestureEventHandler Delegate

Definition

Represents the method that will handle the Gesture event of a InkCanvas.

public delegate void InkCanvasGestureEventHandler(System::Object ^ sender, InkCanvasGestureEventArgs ^ e);
public delegate void InkCanvasGestureEventHandler(object sender, InkCanvasGestureEventArgs e);
type InkCanvasGestureEventHandler = delegate of obj * InkCanvasGestureEventArgs -> unit
Public Delegate Sub InkCanvasGestureEventHandler(sender As Object, e As InkCanvasGestureEventArgs)

Parameters

sender
Object

The source of the event.

e
InkCanvasGestureEventArgs

The event data.

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to