[]
Represents the method that will handle the ItemContainerAction event with event data.
public delegate void ItemContainerActionEventHandler(object sender, ItemContainerActionEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| ItemContainerActionEventArgs | e | An object that contains the event data. |
| Name | Description |
|---|---|
| ItemContainerActionEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, ItemContainerActionEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, ItemContainerActionEventArgs) |