Click or drag to resize
GDWindowsEnteringBackground Method
Must be called when the application transitions to Suspended state from some other state.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public void EnteringBackground()
Remarks

In typical case this method should be called in Suspending event handler.

NOTE: This method should not be called when sublassing GDEx.Application class.

See Also