UIDragDropSessionExtensions Class

Definition

Contains extension methods for working with drag-and-drop sessions.

public static class UIDragDropSessionExtensions
type UIDragDropSessionExtensions = class
Inheritance
UIDragDropSessionExtensions

Methods

Name Description
CanLoadObjects(IUIDragDropSession, Type)

Returns true if the specified session can instantiate items of the specified type.

LoadObjects<T>(IUIDropSession, Action<T[]>)

Loads objects of the specified type from the drop session and invokes the completion handler when done.

Applies to