Represents arguments for events occuring during copy and paste operations.

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

Syntax

C#
public class CopyingEventArguments : EventArgs
Visual Basic (Declaration)
Public Class CopyingEventArguments _
	Inherits EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    DlhSoft.Windows.Controls..::.ScheduleChartDataGrid..::.CopyingEventArguments

See Also