Back to Devexpress

GanttTaskToolTipShowingEventHandler Delegate

windowsforms-devexpress-dot-xtragantt-784e0349.md

latest1.3 KB
Original Source

GanttTaskToolTipShowingEventHandler Delegate

Represents a reference to a method that handles the TaskToolTipShowing event.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public delegate void GanttTaskToolTipShowingEventHandler(
    object sender,
    GanttTaskToolTipShowingEventArgs e
);
vb
Public Delegate Sub GanttTaskToolTipShowingEventHandler(
    sender As Object,
    e As GanttTaskToolTipShowingEventArgs
)

Parameters

NameTypeDescription
senderObject

The object that raised the event.

| | e | GanttTaskToolTipShowingEventArgs |

An object that contains event arguments.

|

See Also

DevExpress.XtraGantt Namespace