Responder Developer Guide
IsValidDrop(DataRow,DataRow,String) Method


Syntax
'Declaration
 
Protected Overloads Function IsValidDrop( _
   ByVal sourceDataRow As DataRow, _
   ByVal targetDataRow As DataRow, _
   ByVal sourceStyleKey As String _
) As Boolean
'Usage
 
Dim instance As DatasetDecorator
Dim sourceDataRow As DataRow
Dim targetDataRow As DataRow
Dim sourceStyleKey As String
Dim value As Boolean
 
value = instance.IsValidDrop(sourceDataRow, targetDataRow, sourceStyleKey)
protected bool IsValidDrop( 
   DataRow sourceDataRow,
   DataRow targetDataRow,
   string sourceStyleKey
)

Parameters

sourceDataRow
targetDataRow
sourceStyleKey
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

DatasetDecorator Class
DatasetDecorator Members
Overload List

 

 


Send Comment