[]
        
(Showing Draft Content)

C1.Win.Layout.SynchronizeItemContainerDelegate

SynchronizeItemContainerDelegate Delegate

Delegate for synchronizing ItemContainer instances event. Synchronizes item containers with identical id.

Namespace: C1.Win.Layout
Assembly: C1.Win.DashboardLayout.8.dll
Syntax
public delegate void SynchronizeItemContainerDelegate(ILayout sender, string oldId, string newId = null)
Parameters
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)

Constructors

Name Description
SynchronizeItemContainerDelegate(object, nint)

Methods

Name Description
BeginInvoke(ILayout, string, string, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(ILayout, string, string)