GanttTaskToolTipShowingEventHandler Delegate
Represents a reference to a method that handles the TaskToolTipShowing event.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
Declaration
public delegate void GanttTaskToolTipShowingEventHandler(
object sender,
GanttTaskToolTipShowingEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The object that raised the event. |
e | GanttTaskToolTipShowingEventArgs | An object that contains event arguments. |
See Also