Northwoods.GoSilverlight 1.3.5 Assembly
DraggedParts Property
See Also  Send Feedback
Northwoods.GoXam.Tool Namespace > DraggingTool Class : DraggedParts Property

Gets or sets the collection of Northwoods.GoXam.Parts being dragged.

Syntax

Visual Basic (Declaration) 
Public Property DraggedParts As Dictionary(Of Part,DraggingTool.Info)
C# 
public Dictionary<Part,DraggingTool.Info> DraggedParts {get; set;}

Property Value

The value is a Dictionary mapping Northwoods.GoXam.Parts to DraggingTool.Infos holding dragging information about each part. This property is set by DoActivate with the result from calling DraggingTool.ComputeEffectiveCollection.

Requirements

See Also

© 2012 All Rights Reserved.