IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityPropertyChangedEventArgs Class > EntityPropertyChangedEventArgs Constructor : EntityPropertyChangedEventArgs Constructor(EntityAspect,EntityProperty,Object,EntityProperty,Object) |
'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)
public EntityPropertyChangedEventArgs( EntityAspect topLevelAspect, EntityProperty topLevelProperty, object newValueParent, EntityProperty newValueProperty, object value )
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