[]
Represents a method that can handle a legend entry drawing event.
public delegate void DrawLegendEntryEventHandler(object sender, DrawLegendEntryEventArgs e)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event. |
| DrawLegendEntryEventArgs | e | A DrawLegendEntryEventArgs that contains event data. |
| Name | Description |
|---|---|
| DrawLegendEntryEventHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(object, DrawLegendEntryEventArgs, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(object, DrawLegendEntryEventArgs) |