ButtonEventHandler Delegate

Represents the method that will handle the Mouse3DButtonDown or Mouse3DButtonUp event.
Public Delegate Sub ButtonEventHandler( _ 
ByVal sender As Object, _ 
ByVal e As ButtonEventArgs
)
This language is not supported or no code example is available.
public delegate void ButtonEventHandler( 
object sender
ButtonEventArgs e 
)
This language is not supported or no code example is available.

Parameters

sender
object

The source of the event

e
ButtonEventArgs

The event data

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition