InkCanvasStrokeErasingEventHandler Delegate

Definition

Represents the method that handles the StrokeErasing event for an InkCanvas.

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

Parameters

sender
Object

The source of the event.

Extension Methods

GetMethodInfo(Delegate)

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

Applies to