Occurs for each new item that has been 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> PastedItem
Visual Basic (Declaration)
Public Event PastedItem As EventHandler(Of ScheduleChartDataGrid..::.CopyingEventArguments)

See Also