Occurs for each new item that is to be created during a Paste operation.

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

Syntax

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

See Also