[]
Represents the method that handles TaskBarTooltip event.
public delegate void TaskBarTooltipEventHandler(object sender, TaskBarTooltipEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | Object that fired the event. |
TaskBarTooltipEventArgs | e | Object that contains the event data. |
Name | Description |
---|---|
TaskBarTooltipEventHandler(object, nint) |
Name | Description |
---|---|
BeginInvoke(object, TaskBarTooltipEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, TaskBarTooltipEventArgs) |