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



Provides information to the EntityGroup.EntityPropertyChanging event.

Object Model

EntityPropertyChangingEventArgs ClassEntityAspect ClassEntityAspect ClassIEntity InterfaceEntityProperty ClassEntityProperty Class

Syntax

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

Remarks

The EntityGroup.EntityPropertyChanging event fires whenever a property setter is called on an entity in your model before the new value is set. You can set the Cancel property to true in your handler to stop further processing of the change.

Inheritance Hierarchy

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

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.