IdeaBlade DevForce 2010 Help Reference
EntityPropertyChangedEventArgs Constructor(EntityAspect,EntityProperty,Object,EntityProperty,Object)
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityPropertyChangedEventArgs Class > EntityPropertyChangedEventArgs Constructor : EntityPropertyChangedEventArgs Constructor(EntityAspect,EntityProperty,Object,EntityProperty,Object)



topLevelAspect
topLevelProperty
newValueParent
newValueProperty
value
Ctor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal topLevelAspect As EntityAspect, _
   ByVal topLevelProperty As EntityProperty, _
   ByVal newValueParent As Object, _
   ByVal newValueProperty As EntityProperty, _
   ByVal value As Object _
)
Visual Basic (Usage)Copy Code
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)
C# 
public EntityPropertyChangedEventArgs( 
   EntityAspect topLevelAspect,
   EntityProperty topLevelProperty,
   object newValueParent,
   EntityProperty newValueProperty,
   object value
)
C++/CLI 
public:
EntityPropertyChangedEventArgs( 
   EntityAspect^ topLevelAspect,
   EntityProperty^ topLevelProperty,
   Object^ newValueParent,
   EntityProperty^ newValueProperty,
   Object^ value
)

Parameters

topLevelAspect
topLevelProperty
newValueParent
newValueProperty
value

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.