Class Window.ClosingDelegate
Window closing delegate.
Inheritance
System.Object
Window.ClosingDelegate
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class ClosingDelegate : MulticastDelegate
Constructors
ClosingDelegate(Object, IntPtr)
Declaration
public ClosingDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(ClosingReason, ref Boolean, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(ClosingReason reason, ref bool cancel, AsyncCallback callback, object object)
Parameters
ClosingReason
reason
|
System.Boolean
cancel
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(ref Boolean, IAsyncResult)
Declaration
public virtual void EndInvoke(ref bool cancel, IAsyncResult result)
Parameters
System.Boolean
cancel
|
System.IAsyncResult
result
|
Invoke(ClosingReason, ref Boolean)
Declaration
public virtual void Invoke(ClosingReason reason, ref bool cancel)
Parameters
ClosingReason
reason
|
System.Boolean
cancel
|