[]
        
(Showing Draft Content)

C1.DataConnector.OnItemFiredHandler

OnItemFiredHandler Delegate

Item event handler

Namespace: C1.DataConnector
Assembly: C1.DataConnector.dll
Syntax
public delegate void OnItemFiredHandler(IDictionary dictionary)
Public Delegate Sub OnItemFiredHandler(dictionary As IDictionary)
Parameters
Type Name Description
IDictionary dictionary Item event handler

Constructors

Name Description
OnItemFiredHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(IDictionary, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(IDictionary)