DragDropManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Manages the drag and drop operation between objects.
public ref class DragDropManager sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65540)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DragDropManager final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65540)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DragDropManager : System.IDisposable
Public NotInheritable Class DragDropManager
Implements IDisposable
- Inheritance
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AreConcurrentOperationsEnabled |
Gets or sets whether the DragDropManager can handle multiple drag and drop operations concurrently. |
Methods
| Name | Description |
|---|---|
| Close() |
Releases system resources used by the DragDropManager. |
| Dispose() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| GetForIsland(ContentIsland) |
Retrieves a new DragDropManager for the specified ContentIsland. |
Events
| Name | Description |
|---|---|
| TargetRequested |
Occurs when an object is registered as a drop target for the DragDropManager. |