Delegate ScreenBase.OnLayerRemovedEvent
- Namespace
- TaleWorlds.ScreenSystem
- Assembly
- TaleWorlds.ScreenSystem.dll
public delegate void ScreenBase.OnLayerRemovedEvent(ScreenLayer removedLayer)
Parameters
removedLayerScreenLayer
- Extension Methods
Constructors
OnLayerRemovedEvent(object, IntPtr)
public OnLayerRemovedEvent(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(ScreenLayer, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(ScreenLayer removedLayer, AsyncCallback callback, object @object)
Parameters
removedLayerScreenLayercallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(ScreenLayer)
public virtual void Invoke(ScreenLayer removedLayer)
Parameters
removedLayerScreenLayer
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).