Table of Contents

Delegate EditorProperty.PropertyDeletedEventHandler

Namespace
Godot
Assembly
GodotSharpEditor.dll

Represents the method that handles the PropertyDeleted event of a EditorProperty class.

public delegate void EditorProperty.PropertyDeletedEventHandler(StringName property)

Parameters

property StringName
Represents the method that handles the event of a class.

Constructors

PropertyDeletedEventHandler(object, IntPtr)

public PropertyDeletedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(StringName, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(StringName property, AsyncCallback callback, object @object)

Parameters

property StringName
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(StringName)

public virtual void Invoke(StringName property)

Parameters

property StringName