MouseEventHandler Delegate

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Represents the method that will handle mouse related routed events that do not specifically involve mouse buttons; for example, UIElement..::.MouseMove.

Namespace:  System.Windows.Input
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public Delegate Sub MouseEventHandler ( _
    sender As Object, _
    e As MouseEventArgs _
)
public delegate void MouseEventHandler(
    Object sender,
    MouseEventArgs e
)

Parameters

Remarks

This delegate is used with the following routed events.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

System.Windows.Input Namespace

MouseEventArgs

MouseButtonEventHandler

MouseButtonEventArgs