IdeaBlade DevForce 2010 Help Reference
EntityChangingEventArgs Class
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityChangingEventArgs Class



Provides information to the EntityGroup.EntityChanging event.

Object Model

EntityChangingEventArgs ClassEntityAspect ClassEntityAspect ClassIEntity Interface

Syntax

Visual Basic (Declaration) 
Public Class EntityChangingEventArgs 
   Inherits EntityChangeCancelEventArgs
Visual Basic (Usage)Copy Code
Dim instance As EntityChangingEventArgs
C# 
public class EntityChangingEventArgs : EntityChangeCancelEventArgs 
C++/CLI 
public ref class EntityChangingEventArgs : public EntityChangeCancelEventArgs 

Remarks

The EntityGroup.EntityChanging event fires whenever an action is about to take place on an entity. You can set the Cancel property to true in your handler to stop further processing of the change. See the EntityAction for the action to be performed.

Inheritance Hierarchy

System.Object
   System.EventArgs
      IdeaBlade.EntityModel.EntityChangeEventArgs
         IdeaBlade.EntityModel.EntityChangeCancelEventArgs
            IdeaBlade.EntityModel.EntityChangingEventArgs

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.