[]
Represents a method that handles the ItemAdded or ItemRemoved event.
public delegate void ReportItemCollectionEventHandler(object sender, ReportItemCollectionEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | An object representing source of the event. |
ReportItemCollectionEventArgs | e | A ReportItemCollectionEventArgs object that contains event data. |
Name | Description |
---|---|
ReportItemCollectionEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, ReportItemCollectionEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, ReportItemCollectionEventArgs) |