Version

GanttMenuDataContext Constructor(XamGantt,GanttContextMenuArea,UIElement,IProjectTask)

Initializes a new GanttMenuDataContext
Syntax
'Declaration
 
Public Function New( _
   ByVal gantt As XamGantt, _
   ByVal menuArea As GanttContextMenuArea, _
   ByVal targetElement As UIElement, _
   ByVal task As IProjectTask _
)
public GanttMenuDataContext( 
   XamGantt gantt,
   GanttContextMenuArea menuArea,
   UIElement targetElement,
   IProjectTask task
)

Parameters

gantt
The XamGantt control for which the menu is being shown
menuArea
The area for which the menu is being shown
targetElement
The target element for which the menu is being shown
task
The associated task
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also