Show / Hide Table of Contents

Delegate SafeZoneChangedEventHandler

Represents the method that reports a Safe Zone change in the Game Settings.

Namespace: LemonUI
Assembly: LemonUI.SHVDN3.dll
Syntax
public delegate void SafeZoneChangedEventHandler(object sender, SafeZoneChangedEventArgs e)
Parameters
Type Name Description
object sender

The source of the event event.

SafeZoneChangedEventArgs e

A ResolutionChangedEventArgs containing the Previous and Current Safe Zone.

Constructors

View Source

SafeZoneChangedEventHandler(object, nint)

Declaration
public SafeZoneChangedEventHandler(object @object, nint method)
Parameters
Type Name Description
object object
nint method

Methods

View Source

BeginInvoke(object, SafeZoneChangedEventArgs, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(object sender, SafeZoneChangedEventArgs e, AsyncCallback callback, object @object)
Parameters
Type Name Description
object sender
SafeZoneChangedEventArgs e
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult
View Source

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result
View Source

Invoke(object, SafeZoneChangedEventArgs)

Declaration
public virtual void Invoke(object sender, SafeZoneChangedEventArgs e)
Parameters
Type Name Description
object sender
SafeZoneChangedEventArgs e
  • View Source
In this article
Back to top Generated by DocFX