Api PropertyChangedDelegate
class

PropertyChangedDelegate

public sealed class PropertyChangedDelegate : MulticastDelegate

Constructors

PropertyChangedDelegate(Object object, IntPtr method)

Methods

virtual Void Invoke(SerializedProperty property)
virtual IAsyncResult BeginInvoke(SerializedProperty property, AsyncCallback callback, Object object)
virtual Void EndInvoke(IAsyncResult result)
Assembly: Sandbox.System Declaring Type: SerializedObject Full Name: Sandbox.SerializedObject.PropertyChangedDelegate