IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityPropertyChangingEventArgs Class > EntityPropertyChangingEventArgs Constructor : EntityPropertyChangingEventArgs Constructor(EntityAspect,EntityProperty,Object,EntityProperty,Object) |
'Declaration
Public Function New( _ ByVal topLevelAspect As EntityAspect, _ ByVal topLevelProperty As EntityProperty, _ ByVal proposedValueParent As Object, _ ByVal proposedValueProperty As EntityProperty, _ ByVal value As Object _ )
'Usage
Dim topLevelAspect As EntityAspect Dim topLevelProperty As EntityProperty Dim proposedValueParent As Object Dim proposedValueProperty As EntityProperty Dim value As Object Dim instance As New EntityPropertyChangingEventArgs(topLevelAspect, topLevelProperty, proposedValueParent, proposedValueProperty, value)
public EntityPropertyChangingEventArgs( EntityAspect topLevelAspect, EntityProperty topLevelProperty, object proposedValueParent, EntityProperty proposedValueProperty, 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