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