Class ToolbarItemChangedEvent
Inheritance
System.Object
ToolbarItemChangedEvent
Assembly: Sandbox.Game.dll
[VisualScriptingEvent]
public sealed class ToolbarItemChangedEvent : MulticastDelegate
Constructors
Declaration
public ToolbarItemChangedEvent(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(long entityId, string typeId, string subtypeId, int page, int slot, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Int64 |
entityId |
|
| System.String |
typeId |
|
| System.String |
subtypeId |
|
| System.Int32 |
page |
|
| System.Int32 |
slot |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(long entityId, string typeId, string subtypeId, int page, int slot)
Parameters
| Type |
Name |
Description |
| System.Int64 |
entityId |
|
| System.String |
typeId |
|
| System.String |
subtypeId |
|
| System.Int32 |
page |
|
| System.Int32 |
slot |
|