Back to Devexpress

GanttTaskPopupMenuShowingEventHandler Delegate

windowsforms-devexpress-dot-xtragantt-0db643b1.md

latest1.3 KB
Original Source

GanttTaskPopupMenuShowingEventHandler Delegate

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

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

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

Parameters

NameTypeDescription
senderObject

The object that raised the event.

| | e | GanttTaskPopupMenuShowingEventArgs |

An object that contains event arguments.

|

See Also

DevExpress.XtraGantt Namespace