UIDragDropSessionExtensions 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.
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 |
| LoadObjects<T>(IUIDropSession, Action<T[]>) |
Loads objects of the specified type from the drop session and invokes the completion handler when done. |