MultiTouchEventHandler Delegate

Represents the method that will handle the multitouch events.
Public Delegate Sub MultiTouchEventHandler( _ 
ByVal sender As Object, _ 
ByVal args As TouchEventArgs
)
This language is not supported or no code example is available.
public delegate void MultiTouchEventHandler( 
object sender
TouchEventArgs args 
)
This language is not supported or no code example is available.

Parameters

sender
object

The source of the event

args
TouchEventArgs

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition