DevForce Help Reference
EntityPropertyChanged Event (EntityGroup)


Fired whenever a property value on an entity has changed.
Syntax
'Declaration
 
Public Event EntityPropertyChanged As EventHandler(Of EntityPropertyChangedEventArgs)
'Usage
 
Dim instance As EntityGroup
Dim handler As EventHandler(Of EntityPropertyChangedEventArgs)
 
AddHandler instance.EntityPropertyChanged, handler
public event EventHandler<EntityPropertyChangedEventArgs> EntityPropertyChanged
Event Data

The event handler receives an argument of type EntityPropertyChangedEventArgs containing data related to this event. The following EntityPropertyChangedEventArgs properties provide information specific to this event.

PropertyDescription
Entity The object that is changing or has been changed. (Inherited from IdeaBlade.EntityModel.EntityChangeEventArgs)
EntityAspect Returns the EntityAspect for the entity involved in the event. (Inherited from IdeaBlade.EntityModel.EntityChangeEventArgs)
NativeEntity The Entity that is changing or has been changed. (Inherited from IdeaBlade.EntityModel.EntityChangeEventArgs)
NewValue The value that was just set.  
NewValueParent For changes to complex objects this is the local Complex Object that changed.  
NewValueProperty For complex objects this is the local complex object property that changed.  
Property Property whose value has changed.  
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

EntityGroup Class
EntityGroup Members

Send Feedback