[]
Represents the method that will handle a PanelClosed event.
public delegate void PanelEventHandler(object sender, PanelEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| PanelEventArgs | e | A PanelEventArgs object that contains the event data. |
| Name | Description |
|---|---|
| PanelEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, PanelEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, PanelEventArgs) |