Class WindowModeChangeEventArgs
This event is triggered when the window mode of a window changes.
Inherited Members
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public class WindowModeChangeEventArgs : WindowEventArgs
Constructors
WindowModeChangeEventArgs(WindowHandle, WindowMode)
Initializes a new instance of the WindowModeChangeEventArgs class.
Declaration
public WindowModeChangeEventArgs(WindowHandle window, WindowMode newMode)
Parameters
Type | Name | Description |
---|---|---|
WindowHandle | window | The window that changed mode. |
WindowMode | newMode | The windows new mode. |
Properties
NewMode
The new window mode of the window.
Declaration
public WindowMode NewMode { get; }
Property Value
Type | Description |
---|---|
WindowMode |