DataObjectCopyingEventArgs(IDataObject, Boolean) 构造函数

定义

初始化 DataObjectCopyingEventArgs 的新实例。

public:
 DataObjectCopyingEventArgs(System::Windows::IDataObject ^ dataObject, bool isDragDrop);
public DataObjectCopyingEventArgs (System.Windows.IDataObject dataObject, bool isDragDrop);
new System.Windows.DataObjectCopyingEventArgs : System.Windows.IDataObject * bool -> System.Windows.DataObjectCopyingEventArgs
Public Sub New (dataObject As IDataObject, isDragDrop As Boolean)

参数

dataObject
IDataObject

一个 DataObject,包含可复制的数据。

isDragDrop
Boolean

一个指示是否在拖放操作过程中进行复制的 Boolean 值。 若要指示在拖放操作过程中进行复制,则为 true;否则为 false。 如果此参数设置为 true,则在开始拖动时触发 Copying 事件。

例外

dataObjectnull 时引发。

注解

对象 DataObjectCopyingEventArgs 通常由启动复制操作的应用程序创建。

适用于