RasterMouseEvent.value
Access: | readonly |
Type: | any |
Value being dragged. This property is used to store the
value you wish to pass along to other controls in a drag and drop
operation: from a simple int or string value to a complex object.
If the drag operation was started in a raster control,
this value is the item object being dragged, for example a
RasterTreeItem
,
RasterListItem
, RasterTabItem, etc.