GanttTaskPopupMenuShowingEventHandler Delegate
Represents a reference to a method that handles the TaskPopupMenuShowing event.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
public delegate void GanttTaskPopupMenuShowingEventHandler(
object sender,
GanttTaskPopupMenuShowingEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The object that raised the event. |
e | GanttTaskPopupMenuShowingEventArgs | An object that contains event arguments. |
See Also