DragDropManager Class

Definition

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
Object Platform::Object IInspectable DragDropManager
Attributes
Implements

Properties

AreConcurrentOperationsEnabled

Gets or sets whether the DragDropManager can handle multiple drag and drop operations concurrently.

Methods

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

TargetRequested

Occurs when an object is registered as a drop target for the DragDropManager.

Applies to