RSS Documentation
OnItemRename Method



Syntax
'Declaration
 
Public Overridable Sub OnItemRename( _
   ByVal oldKey As String, _
   ByVal newKey As String, _
   ByVal value As FlowDataColumn _
) 
'Usage
 
Dim instance As FlowDataColumnCollection
Dim oldKey As String
Dim newKey As String
Dim value As FlowDataColumn
 
instance.OnItemRename(oldKey, newKey, value)
public virtual void OnItemRename( 
   string oldKey,
   string newKey,
   FlowDataColumn value
)
public:
virtual void OnItemRename( 
   String^ oldKey,
   String^ newKey,
   FlowDataColumn^ value
) 

Parameters

oldKey
newKey
value
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FlowDataColumnCollection Class
FlowDataColumnCollection Members

Send Feedback