UpdateDisplayOnMouseMove Method |
Invoked when an unhandled
MouseMove attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxprotected override void OnMouseMove(
MouseEventArgs e
)
Protected Overrides Sub OnMouseMove (
e As MouseEventArgs
)
protected:
virtual void OnMouseMove(
MouseEventArgs^ e
) override
abstract OnMouseMove :
e : MouseEventArgs -> unit
override OnMouseMove :
e : MouseEventArgs -> unit
Parameters
- e
- Type: System.Windows.InputMouseEventArgs
The MouseEventArgs that contains the event data.
See Also