ArcFM Engine Developer Guide
DragDropException Property


Syntax
'Declaration
 
<DispIdAttribute(1610678272)>
ReadOnly Property DragDropException( _
   ByVal pFromItem As ID8ListItem, _
   ByVal pToItem As ID8ListItem _
) As Boolean
'Usage
 
Dim instance As IMMDragException
Dim pFromItem As ID8ListItem
Dim pToItem As ID8ListItem
Dim value As Boolean
 
value = instance.DragDropException(pFromItem, pToItem)
[DispId(1610678272)]
bool DragDropException( 
   ID8ListItem pFromItem,
   ID8ListItem pToItem
) {get;}

Parameters

pFromItem
pToItem
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

IMMDragException Interface
IMMDragException Members

 

 


Send Comment