DataObject Class
namespace Noesis | MSDN
Defines a format-independent mechanism for transferring data.
Properties
DataObject has no properties
Attached Properties
DataObject has no attached properties
Methods
| Name | Description |
|---|---|
| AddCopyingHandler(element, handler) | Adds a DataObject.Copying event handler to a specified element. |
| AddPastingHandler(element, handler) | Adds a DataObject.Pasting event handler to a specified element. |
| RemoveCopyingHandler(element, handler) | Removes a DataObject.Copying event handler from a specified element. |
| RemovePastingHandler(element, handler) | Removes a DataObject.Pasting event handler from a specified element. |
Events
DataObject has no events
Table of Contents