4.176 DataObject

x:Object > DataObject
DataObject
(usage)
<DataObject />
(description)
Provides a basic implementation of the IDataObject interface, which defines a format-independent mechanism for transferring data.
(attachable events)
DataObject.Copying
Occurs when the associated dependency object has prepared appropriate data formats that represent the copy selection, added the copy selection formats to a DataObject, and is ready to either place the DataObject on the Clipboard or begin a drag-and-drop operation.
DataObject.Pasting
Occurs when the associated dependency object is ready to paste data.
DataObject.SettingData
Occurs when the associated dependency object attempts to add a new data format to a DataObject.