GoDiagram Web Reference
UpdateReference Method (GoXmlBindingTransformer)

the object with a property that could not be set before, because the referred-to object was not available
a property path registered with a call to AddBinding(String,String)
the resolved object reference
Fix up references to objects that did not yet exist when the attribute was read.
Syntax
'Declaration
 
Public Overrides Sub UpdateReference( _
   ByVal obj As Object, _
   ByVal proppath As String, _
   ByVal referred As Object _
) 
public override void UpdateReference( 
   object obj,
   string proppath,
   object referred
)

Parameters

obj
the object with a property that could not be set before, because the referred-to object was not available
proppath
a property path registered with a call to AddBinding(String,String)
referred
the resolved object reference
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

GoXmlBindingTransformer Class
GoXmlBindingTransformer Members
Base Implementation in UpdateReference

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback