Class CloseEventArgs
This event is triggered when the user presses the exit button of a window.
Inherited Members
Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public class CloseEventArgs : WindowEventArgs
Constructors
CloseEventArgs(WindowHandle)
Initializes a new instance of the CloseEventArgs class.
Declaration
public CloseEventArgs(WindowHandle window)
Parameters
Type | Name | Description |
---|---|---|
WindowHandle | window | The window that the user wants to close. |