Show / Hide Table of Contents

Class MouseEnterEventArgs

This event is triggered when the mouse cursor enters or exits a window.

Inheritance
object
EventArgs
WindowEventArgs
MouseEnterEventArgs
Inherited Members
WindowEventArgs.Window
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OpenTK.Core.Platform
Assembly: OpenTK.Core.dll
Syntax
public class MouseEnterEventArgs : WindowEventArgs

Constructors

MouseEnterEventArgs(WindowHandle, bool)

Initializes a new instance of the MouseEnterEventArgs class.

Declaration
public MouseEnterEventArgs(WindowHandle window, bool entered)
Parameters
Type Name Description
WindowHandle window

The window that the mouse entered or exited.

bool entered

Whether the mouse entered or exited.

Properties

Entered

Whether the cursor entered or exited the window.

Declaration
public bool Entered { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX