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


Ctor.
Syntax
'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)

Parameters

topLevelAspect
topLevelProperty
proposedValueParent
proposedValueProperty
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

EntityPropertyChangingEventArgs Class
EntityPropertyChangingEventArgs Members
Overload List

Send Feedback