Class MyEntityContainerEventExtensions.EntityEventHandler
Handler to be called on event
Inheritance
System.Object
MyEntityContainerEventExtensions.EntityEventHandler
Assembly: Sandbox.Game.dll
Syntax
public sealed class EntityEventHandler : MulticastDelegate
Constructors
EntityEventHandler(Object, IntPtr)
Declaration
public EntityEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(MyEntityContainerEventExtensions.EntityEventParams, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(MyEntityContainerEventExtensions.EntityEventParams eventParams, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(MyEntityContainerEventExtensions.EntityEventParams)
Declaration
public virtual void Invoke(MyEntityContainerEventExtensions.EntityEventParams eventParams)
Parameters