Raises the PastingItem event.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
protected virtual void OnPastingItem(
	ref GanttChartItem item,
	string[] commonTabSeparatedHeaderValues,
	string[] extraTabSeparatedHeaderValues,
	string[] commonTabSeparatedValues,
	string[] extraTabSeparatedValues
)
Visual Basic (Declaration)
Protected Overridable Sub OnPastingItem ( _
	ByRef item As GanttChartItem, _
	commonTabSeparatedHeaderValues As String(), _
	extraTabSeparatedHeaderValues As String(), _
	commonTabSeparatedValues As String(), _
	extraTabSeparatedValues As String() _
)

Parameters

item
Type: DlhSoft.Windows.Controls..::.GanttChartItem %
Allows creating the item that is to be appended to the collection.
commonTabSeparatedHeaderValues
Type: array< System..::.String >[]()[]
The common tab separated values of the header row.
extraTabSeparatedHeaderValues
Type: array< System..::.String >[]()[]
The extra tab separated values of the header row.
commonTabSeparatedValues
Type: array< System..::.String >[]()[]
The common tab separated values received from the clipboard input item line.
extraTabSeparatedValues
Type: array< System..::.String >[]()[]
The extra tab separated values received from the clipboard input item line.

See Also