Northwoods.GoSilverlight 1.2.2 Assembly
ExternalObjectsDropped Event
See Also  Send Feedback
Northwoods.GoXam Namespace > Diagram Class : ExternalObjectsDropped Event

This event is raised by DraggingTool.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Diagram")>
Public Event ExternalObjectsDropped As EventHandler(Of DiagramEventArgs)
C# 
[CategoryAttribute("Diagram")]
public event EventHandler<DiagramEventArgs> ExternalObjectsDropped

Event Data

The event handler receives an argument of type DiagramEventArgs containing data related to this event. The following DiagramEventArgs properties provide information specific to this event.

PropertyDescription
Element Gets or sets the specific FrameworkElement that was acted upon and that is the subject of the event.
Handled Gets or sets whether this event was handled or is considered cancelled.
OriginalSource (Inherited from System.Windows.RoutedEventArgs) 
Part Gets or sets the Part that was acted upon and that is the subject of the event.

Requirements

See Also

© 2010 All Rights Reserved.