Occurs for each item that is to be serialized during a Copy operation.

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

Syntax

C#
public event EventHandler<GanttChartDataGrid..::.CopyingEventArguments> CopyingItem
Visual Basic (Declaration)
Public Event CopyingItem As EventHandler(Of GanttChartDataGrid..::.CopyingEventArguments)

See Also