Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

DragAndDrop.SetGenericData

static function SetGenericData(type: string, data: object): void;
static void SetGenericData(string type, object data);
static def SetGenericData(type as string, data as object) as void

Description

Set data associated with current drag and drop operation.