UIDragDropSessionExtensions Class

Definition

Contains methods for working with drag-and-drop sessions, including a default implementation of LoadObjects(Class, Action<INSItemProviderReading[]>).

public static class UIDragDropSessionExtensions
type UIDragDropSessionExtensions = class
Inheritance
UIDragDropSessionExtensions

Methods

CanLoadObjects(IUIDragDropSession, Type)

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

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

Applies to