DevForce Help Reference
EntityChanging Event (EntityGroup)


Fired whenever an entity's state is changing in any significant manner.
Syntax
'Declaration
 
Public Event EntityChanging As EventHandler(Of EntityChangingEventArgs)
'Usage
 
Dim instance As EntityGroup
Dim handler As EventHandler(Of EntityChangingEventArgs)
 
AddHandler instance.EntityChanging, handler
public event EventHandler<EntityChangingEventArgs> EntityChanging
Event Data

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

PropertyDescription
Action Action that caused this change.  
Cancel Gets or sets a value indicating whether the event should be canceled. (Inherited from IdeaBlade.EntityModel.EntityChangeCancelEventArgs)
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)
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