Class CircularBuffer<T>.ItemRemovedEventHandler
Inheritance
System.Object
CircularBuffer<T>.ItemRemovedEventHandler
Namespace: FlaxEngine.Collections
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class ItemRemovedEventHandler : MulticastDelegate
Constructors
ItemRemovedEventHandler(Object, IntPtr)
Declaration
public ItemRemovedEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, CircularBuffer<T>.ItemRemovedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CircularBuffer<T>.ItemRemovedEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
CircularBuffer.ItemRemovedEventArgs<>
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, CircularBuffer<T>.ItemRemovedEventArgs)
Declaration
public virtual void Invoke(object sender, CircularBuffer<T>.ItemRemovedEventArgs e)
Parameters
System.Object
sender
|
CircularBuffer.ItemRemovedEventArgs<>
e
|