ScriptFactory.ProcessDroppedFilesAsync(StringCollection) Method

Definition

Processes dropped files by marshalling a control that calls a delegate to do the work.

public:
 virtual void ProcessDroppedFilesAsync(System::Collections::Specialized::StringCollection ^ sc);
public void ProcessDroppedFilesAsync (System.Collections.Specialized.StringCollection sc);
abstract member ProcessDroppedFilesAsync : System.Collections.Specialized.StringCollection -> unit
override this.ProcessDroppedFilesAsync : System.Collections.Specialized.StringCollection -> unit
Public Sub ProcessDroppedFilesAsync (sc As StringCollection)

Parameters

Implements

Applies to