DataDrag2 (XNode Ability)

From LabVIEW Wiki
Jump to: navigation, search
DataDrag2 (XNode Ability)
List of XNode Abilities
Public Name:OnDataDrag2

This ability VI is called by LabVIEW when your XNode receives a data drag. Some combination of String, Path, and ProjectRef will have a non-empty value depending what data the drag element can supply and what data CanAcceptDataDrag2 indicated your XNode could receive. Currently Point is always (0, 0). Use Reply to inform LabVIEW of any actions it needs to take.

Default behavior: None.

This ability provides UI and OS messages are handled.

See also