Responder Developer Guide
DragAdorner Constructor(Object,UIElement,DataTemplate)


Syntax
'Declaration
 
Public Function New( _
   ByVal dragDropData As Object, _
   ByVal adornedElement As UIElement, _
   ByVal dragDropTemplate As DataTemplate _
)
'Usage
 
Dim dragDropData As Object
Dim adornedElement As UIElement
Dim dragDropTemplate As DataTemplate
 
Dim instance As New DragAdorner(dragDropData, adornedElement, dragDropTemplate)
public DragAdorner( 
   object dragDropData,
   UIElement adornedElement,
   DataTemplate dragDropTemplate
)

Parameters

dragDropData
adornedElement
dragDropTemplate
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DragAdorner Class
DragAdorner Members
Overload List

 

 


Send Comment