Environment.OnMultiTouchUp Method

Occurs every MultiTouchUp event.
Protected Friend Overridable Sub OnMultiTouchUp( _ 
ByVal sender As Object, _ 
ByVal e As TouchEventArgs
)
This language is not supported or no code example is available.
internal protected virtual void OnMultiTouchUp( 
object sender
TouchEventArgs e 
)
This language is not supported or no code example is available.

Parameters

sender
object

The source of the event.

e
TouchEventArgs

The event data

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition