Show / Hide Table of Contents

Class WindowEventArgs

Base class for OpenTK window event arguments.

Inheritance
object
EventArgs
WindowEventArgs
CloseEventArgs
FileDropEventArgs
FocusEventArgs
KeyDownEventArgs
KeyUpEventArgs
MouseButtonDownEventArgs
MouseButtonUpEventArgs
MouseEnterEventArgs
MouseMoveEventArgs
RawMouseMoveEventArgs
ScrollEventArgs
TextEditingEventArgs
TextInputEventArgs
WindowFramebufferResizeEventArgs
WindowModeChangeEventArgs
WindowMoveEventArgs
WindowResizeEventArgs
WindowScaleChangeEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public abstract class WindowEventArgs : EventArgs

Constructors

WindowEventArgs(WindowHandle)

Initializes a new instance of the WindowEventArgs class.

Declaration
public WindowEventArgs(WindowHandle window)
Parameters
Type Name Description
WindowHandle window

The window that this event relates to.

Properties

Window

Handle to the window that this event relates to.

Declaration
public WindowHandle Window { get; }
Property Value
Type Description
WindowHandle
In this article
Back to top Generated by DocFX