🔹 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(UIElement*, Noesis::DataObjectCopyingEventHandler) | Adds a DataObject.Copying event handler to a specified element. |
| ◆ AddPastingHandler(UIElement*, Noesis::DataObjectPastingEventHandler) | Adds a DataObject.Pasting event handler to a specified element. |
| ◆ RemoveCopyingHandler(UIElement*, Noesis::DataObjectCopyingEventHandler) | Removes a DataObject.Copying event handler from a specified element. |
| ◆ RemovePastingHandler(UIElement*, Noesis::DataObjectPastingEventHandler) | Removes a DataObject.Pasting event handler from a specified element. |
Events
DataObject has no events
📍 On this page