Class WindowEventArgs
Base class for OpenTK window event arguments.
Inheritance
WindowEventArgs
Inherited Members
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 |