Click or drag to resize
GameFormOnFrameStart Event
Event fires every frame even when the game is not advancing.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public event GameFormSimpleNotification OnFrameStart

Value

Type: (Default Namespace)GameFormSimpleNotification
Remarks
The game may not be moving because the window may be minimized, but this event will still be raised. This might be useful for monitoring sounds that might continue to play while the window is minimized.
See Also