Show / Hide Table of Contents

Delegate PlatformEventHandler

An event handler delegate for platform events.

Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public delegate void PlatformEventHandler(EventArgs args)
Parameters
Type Name Description
EventArgs args

Information associated with the event, if any.

In this article
Back to top Generated by DocFX