Raises the CopyingItem event.

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

Syntax

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

Parameters

item
Type: DlhSoft.Windows.Controls..::.ScheduleChartItem
The item that is to be serialized.
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 to be set to the clipboard input line for the current item.
extraTabSeparatedValues
Type: array< System..::.String >[]()[] %
Allows setting the extra tab separated values to be appended to the clipboard input line for the current item.

See Also