GanttTaskPopupMenuShowingEventArgs Properties
Provides data for the TaskPopupMenuShowing event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Info | Provides access to view information about the task. |
| Items | Provides access to menu items. |
| Node | Gets the node in the tree area for which the menu is about to be shown. |
See Also