Delegate CollectionChange
Callback signaling that an item is being or has been inserted or removed,
supplying the affected index and value.
Assembly: Reportman.Drawing.Forms.dll
public delegate void CollectionChange(int index, object value)
Parameters
| Type |
Name |
Description |
| int |
index |
Callback signaling that an item is being or has been inserted or removed, supplying the affected index and value. |
| object |
value |
Callback signaling that an item is being or has been inserted or removed, supplying the affected index and value. |
Constructors
View Source
Declaration
public CollectionChange(object @object, nint method)
Parameters
Methods
View Source
Declaration
public virtual IAsyncResult BeginInvoke(int index, object value, AsyncCallback callback, object @object)
Parameters
Returns
View Source
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
View Source
Declaration
public virtual void Invoke(int index, object value)
Parameters