Raises the CopyingHeader event.

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

Syntax

C#
protected virtual void OnCopyingHeader(
	ref string[] extraTabSeparatedHeaderValues
)
Visual Basic (Declaration)
Protected Overridable Sub OnCopyingHeader ( _
	ByRef extraTabSeparatedHeaderValues As String() _
)

Parameters

extraTabSeparatedHeaderValues
Type: array< System..::.String >[]()[] %
Allows setting the extra tab separated values to be appended to the clipboard input line for the header.

See Also