Delegate ScriptEditorBase.RequestSavePreviousStateEventHandler
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
Represents the method that handles the RequestSavePreviousState event of a ScriptEditorBase class.
public delegate void ScriptEditorBase.RequestSavePreviousStateEventHandler(Dictionary state)
Parameters
state
Dictionary- Represents the method that handles the event of a class.
Constructors
RequestSavePreviousStateEventHandler(object, IntPtr)
public RequestSavePreviousStateEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(Dictionary, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(Dictionary state, AsyncCallback callback, object @object)
Parameters
state
Dictionarycallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(Dictionary)
public virtual void Invoke(Dictionary state)
Parameters
state
Dictionary