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