DevForce Help Reference
EntityPropertyChangedEventArgs Constructor(EntityAspect,EntityProperty,Object,EntityProperty,Object)


Ctor.
Syntax
'Declaration
 
Public Function New( _
   ByVal topLevelAspect As EntityAspect, _
   ByVal topLevelProperty As EntityProperty, _
   ByVal newValueParent As Object, _
   ByVal newValueProperty As EntityProperty, _
   ByVal value As Object _
)
'Usage
 
Dim topLevelAspect As EntityAspect
Dim topLevelProperty As EntityProperty
Dim newValueParent As Object
Dim newValueProperty As EntityProperty
Dim value As Object
 
Dim instance As New EntityPropertyChangedEventArgs(topLevelAspect, topLevelProperty, newValueParent, newValueProperty, value)

Parameters

topLevelAspect
topLevelProperty
newValueParent
newValueProperty
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

EntityPropertyChangedEventArgs Class
EntityPropertyChangedEventArgs Members
Overload List

Send Feedback