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


Public ctor.
Syntax
'Declaration
 
Public Function New( _
   ByVal entityAspect As EntityAspect, _
   ByVal property As EntityProperty, _
   ByVal newValue As Object _
)
'Usage
 
Dim entityAspect As EntityAspect
Dim property As EntityProperty
Dim newValue As Object
 
Dim instance As New EntityPropertyChangedEventArgs(entityAspect, property, newValue)
public EntityPropertyChangedEventArgs( 
   EntityAspect entityAspect,
   EntityProperty property,
   object newValue
)

Parameters

entityAspect
property
newValue
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