StylusButtonEventHandler Delegate

Definition

Represents the method that handles either the StylusButtonDown event or the StylusButtonUp event of a UIElement.

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

Parameters

sender
Object

The source of the event.

e
StylusButtonEventArgs

A StylusButtonEventArgs that contains the event data.

Extension Methods

GetMethodInfo(Delegate)

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

Applies to