Environment.OnMultiTouchDoubleClick (Object, MouseEventArgs) Method

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

Parameters

sender
object

The source of the event.

e
MouseEventArgs

The event data

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition