IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityGroup Class : EntityChanged Event |
'Declaration
Public Event EntityChanged As EventHandler(Of EntityChangedEventArgs)
'Usage
Dim instance As EntityGroup Dim handler As EventHandler(Of EntityChangedEventArgs) AddHandler instance.EntityChanged, handler
public event EventHandler<EntityChangedEventArgs> EntityChanged
The event handler receives an argument of type EntityChangedEventArgs containing data related to this event. The following EntityChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Action | Action that caused this change. |
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) |
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