[]
Delegate for synchronizing ItemContainer instances event. Synchronizes item containers with identical id.
public delegate void SynchronizeItemContainerDelegate(ILayout sender, string oldId, string newId = null)
Type | Name | Description |
---|---|---|
ILayout | sender | Calling ILayout instance. |
string | oldId | ItemContainer's id |
string | newId | ItemContainer's new id (if this is a synchronizing with renaming) |
Name | Description |
---|---|
SynchronizeItemContainerDelegate(object, nint) |
Name | Description |
---|---|
BeginInvoke(ILayout, string, string, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(ILayout, string, string) |