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