Table of Contents

Interface IFileDropTarget

Namespace
The.WPF.Utility
Assembly
Instagile.WPF.dll
public interface IFileDropTarget

Properties

CanAcceptFileDrop

bool CanAcceptFileDrop { get; }

Property Value

bool

CurrentDocumentId

Guid? CurrentDocumentId { get; }

Property Value

Guid?

IsDropInProgress

bool IsDropInProgress { get; set; }

Property Value

bool

Methods

HandleFileDrop(string[])

void HandleFileDrop(string[] filenames)

Parameters

filenames string[]