[]
Event occurs when load completed.
public delegate void LoadCompletedEventHandler(object sender, EventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The sender. |
| EventArgs | e | The EventArgs instance containing the event data. |
| Name | Description |
|---|---|
| LoadCompletedEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, EventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, EventArgs) |