PropertyPreChangeDelegateclass

objectMulticastDelegatePropertyPreChangeDelegate
Namespace
global
Assembly
Sandbox.System
Declaration
public sealed class Sandbox.SerializedObject.PropertyPreChangeDelegate : System.MulticastDelegate

Constructors1

Showing 1 constructors

public PropertyPreChangeDelegate(object object, System.IntPtr method)PUBLICCONSTRUCTOR

ParameterTypeDescription
objectobject
methodIntPtr

Methods3

Showing 3 methods

public virtual System.IAsyncResult BeginInvoke(Sandbox.SerializedProperty property, System.AsyncCallback callback, object object)PUBLICVIRTUAL

ParameterTypeDescription
propertySerializedProperty
callbackAsyncCallback
objectobject
Returns:IAsyncResult

public virtual void EndInvoke(System.IAsyncResult result)PUBLICVIRTUAL

ParameterTypeDescription
resultIAsyncResult
Returns:void

On this page