Table of Contents

Class DropFilesGesture

Namespace
Lime
Assembly
Lime.dll
public class DropFilesGesture : Gesture
Inheritance
DropFilesGesture
Inherited Members

Methods

OnUpdate()

protected override bool OnUpdate()

Returns

bool

Events

Recognized

Invokes on files drop. Handler should clean up processed files. All unprocessed files will be propagated up to the hierarchy.

public event Action<List<string>> Recognized

Event Type

Action<List<string>>